From ccf89f961bf9e120da1bbcd02c67e95c15165ec7 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Tue, 22 Jan 2008 19:59:53 +0000 Subject: MacGui: comment out two unused variables from legacy update system to quell build warnings, will remove completely after 0.9.2 is released. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1229 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.mm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'macosx/Controller.mm') 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; -- cgit v1.2.3