summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2011-03-01 18:45:17 +0000
committerdynaflash <[email protected]>2011-03-01 18:45:17 +0000
commitb0c75fdf80649778176d7b5d526dd3257c08e967 (patch)
treeeb93c83626c3c1fd29f09d3b7fdb397b7e81558f /macosx/Controller.h
parent6c4a61fcad2fd043b3aa3737b5047c65cb02a42e (diff)
MacGui: Remove Target Size as a rate control option as it doesn't really work correctly and should die an overdue death.
- Also rearranged the video quality layout a bit. - Moved Constant Quality above Average Bitrate - Moved the entire Video Quality matrix down below frame rate where it belongs. - Presets are mapped accordingly internally in the macgui code so that they are unchanged across platforms. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3823 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 7bdc3c37b..3695405ae 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -127,8 +127,6 @@ BOOL fIsDragging;
IBOutlet NSTextField * fVidQualityRFLabel;
IBOutlet NSTextField * fVidQualityRFField;
IBOutlet NSMatrix * fVidQualityMatrix;
- IBOutlet NSButtonCell * fVidTargetCell;
- IBOutlet NSTextField * fVidTargetSizeField;
IBOutlet NSButtonCell * fVidBitrateCell;
IBOutlet NSTextField * fVidBitrateField;
IBOutlet NSButtonCell * fVidConstantCell;