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

macosx: remove stray variables, fix include

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