diff options
author | dynaflash <[email protected]> | 2008-01-22 19:59:53 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-01-22 19:59:53 +0000 |
commit | ccf89f961bf9e120da1bbcd02c67e95c15165ec7 (patch) | |
tree | 52eabe675f1aa239fac9fd5650e1a6a32d69b7a9 /macosx | |
parent | 4b36eaae98f6b2ac260f3ee741f22c7f07bcb7ad (diff) |
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
Diffstat (limited to 'macosx')
-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; |