]> granicus.if.org Git - handbrake/commitdiff
MacGui: removed an unused var in HBAdvancedController.
authorritsuka <damiog@gmail.com>
Wed, 17 Sep 2014 12:09:32 +0000 (12:09 +0000)
committerritsuka <damiog@gmail.com>
Wed, 17 Sep 2014 12:09:32 +0000 (12:09 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6410 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBAdvancedController.m

index e005dc61dc3007702b825463813939887b9440c0..b5e38af06eaeddfff3aaa704682899ed3296e02e 100644 (file)
     
     NSString * thisOpt = @"";  // The separated option such as "bframes=3"
     NSString * optName = @"";  // The option name such as "bframes"
-    NSString * optValue = @""; // The option value such as "3"
     NSArray *currentOptsArray;
     
     /* Get the current opt string being displayed. */
                    already have at least one option=value pair in them. */
                    
                 optName = [thisOpt substringToIndex:splitOptRange.location];
-                optValue = [thisOpt substringFromIndex:splitOptRange.location + 1];
 
                 /*If the optNameToChange is found, appropriately change the value or delete it if
                     "Unspecified" is set.*/