Commit 6f3da59e authored by David Fuhrmann's avatar David Fuhrmann

macosx: remove stray variables, fix include

parent 4aa458cd
...@@ -54,8 +54,6 @@ ...@@ -54,8 +54,6 @@
@interface VLCMainMenu() @interface VLCMainMenu()
{ {
BOOL b_nib_bookmarks_loaded;
AboutWindowController *_aboutWindowController; AboutWindowController *_aboutWindowController;
HelpWindowController *_helpWindowController; HelpWindowController *_helpWindowController;
AddonsWindowController *_addonsController; AddonsWindowController *_addonsController;
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#import "intf-prefs.h" #import "intf-prefs.h"
#import "CoreInteraction.h" #import "CoreInteraction.h"
#include <unistd.h> /* execl() */
@implementation VLCMain(OldPrefs) @implementation VLCMain(OldPrefs)
static NSString * kVLCPreferencesVersion = @"VLCPreferencesVersion"; static NSString * kVLCPreferencesVersion = @"VLCPreferencesVersion";
......
...@@ -42,8 +42,6 @@ ...@@ -42,8 +42,6 @@
#include <vlc_url.h> #include <vlc_url.h>
#include <vlc_variables.h> #include <vlc_variables.h>
#include <unistd.h> /* execl() */
#import "CompatibilityFixes.h" #import "CompatibilityFixes.h"
#import "InputManager.h" #import "InputManager.h"
#import "MainMenu.h" #import "MainMenu.h"
...@@ -153,11 +151,9 @@ static int ShowController(vlc_object_t *p_this, const char *psz_variable, ...@@ -153,11 +151,9 @@ static int ShowController(vlc_object_t *p_this, const char *psz_variable,
BOOL launched; BOOL launched;
int items_at_launch; int items_at_launch;
BOOL nib_about_loaded; /* about nibfile */
BOOL b_active_videoplayback; BOOL b_active_videoplayback;
NSWindowController *_mainWindowController; NSWindowController *_mainWindowController;
VLCMainMenu *_mainmenu; VLCMainMenu *_mainmenu;
VLCPrefs *_prefs; VLCPrefs *_prefs;
VLCSimplePrefs *_sprefs; VLCSimplePrefs *_sprefs;
......
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