Commit f4fb3707 authored by Rafaël Carré's avatar Rafaël Carré

OSX GUI: don't check for interface pointer

It'll be valid the first time this function is called
parent 220a9ee4
...@@ -677,9 +677,6 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -677,9 +677,6 @@ static VLCMain *_o_sharedMainInstance = nil;
- (void)applicationWillTerminate:(NSNotification *)notification - (void)applicationWillTerminate:(NSNotification *)notification
{ {
if( !p_intf )
return;
/* don't allow a double termination call. If the user has /* don't allow a double termination call. If the user has
* already invoked the quit then simply return this time. */ * already invoked the quit then simply return this time. */
static bool f_appExit = false; static bool f_appExit = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment