summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2011-05-19 19:33:10 +0000
committerdynaflash <[email protected]>2011-05-19 19:33:10 +0000
commit23c58d38703100a80179a69c688cb28fbb35cff1 (patch)
tree214cfa9655f0dcd6c7c8b878fe5e8c095ac92269 /macosx/Controller.h
parent43e8ef8651cc4d1b9529885dace646c4a9566e14 (diff)
MacGui: Don't assign nil to ints (duh)
- As per https://reviews.handbrake.fr/r/88/ - Patch by blindjimmy, once again thanks! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3985 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 760dcf0de..5b7864e75 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -204,7 +204,6 @@ BOOL fIsDragging;
NSMutableArray * UserPresets;
NSMutableArray * UserPresetssortedArray;
NSMutableDictionary * chosenPreset;
- int curUserPresetChosenNum;
NSMutableDictionary *presetHbDefault; // this is 1 in "Default" preset key
NSMutableDictionary *presetUserDefault;// this is 2 in "Default" preset key