summaryrefslogtreecommitdiffstats
path: root/macosx/HBAdvancedController.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-09-17 12:09:32 +0000
committerritsuka <[email protected]>2014-09-17 12:09:32 +0000
commitbee33104245ab99ff6774ea251e86052d63cbbf0 (patch)
treebe0439aa63bb7330ed5fdb8c6a4c2f0e0de25200 /macosx/HBAdvancedController.m
parent818b4e35b1ef3d9ae450f789735a898dfa4d0cdc (diff)
MacGui: removed an unused var in HBAdvancedController.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6410 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAdvancedController.m')
-rw-r--r--macosx/HBAdvancedController.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBAdvancedController.m b/macosx/HBAdvancedController.m
index e005dc61d..b5e38af06 100644
--- a/macosx/HBAdvancedController.m
+++ b/macosx/HBAdvancedController.m
@@ -1234,7 +1234,6 @@
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. */
@@ -1273,7 +1272,6 @@
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.*/