diff options
-rw-r--r-- | macosx/Controller.mm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 62a732781..9860f3e34 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -93,8 +93,9 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It - (void) applicationDidFinishLaunching: (NSNotification *) notification { - int build; - char * version; + /* Variables from legacy update system, leave but commented out until Sparkle is compeletely vetted */ + //int build; + //char * version; // Init libhb int debugLevel = [[NSUserDefaults standardUserDefaults] boolForKey:@"ShowVerboseOutput"] ? HB_DEBUG_ALL : HB_DEBUG_NONE; |