summaryrefslogtreecommitdiffstats
path: root/macosx/PictureController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-11-18 20:34:05 +0000
committerdynaflash <[email protected]>2009-11-18 20:34:05 +0000
commit2e91534cfcdcfb9a5b725332dee64aaca7e1be51 (patch)
tree6ad7fc11dc7efed3571f625827681210d84bce60 /macosx/PictureController.h
parent4563726e20b6ab9191d738e6343926c9f542c190 (diff)
MacGui: Remove vestigial conditional which did not allow loose anamorphic if the ffmpeg video encoder was used.
- Patch by Rodeo. Thanks Rodeo! - Addresses http://forum.handbrake.fr/viewtopic.php?f=4&t=13117 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2943 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r--macosx/PictureController.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h
index 7a3d96ea2..4a1dd6172 100644
--- a/macosx/PictureController.h
+++ b/macosx/PictureController.h
@@ -101,7 +101,6 @@
int MaxOutputWidth;
int MaxOutputHeight;
BOOL autoCrop;
- BOOL allowLooseAnamorphic;
int output_width, output_height, output_par_width, output_par_height;
int display_width;
@@ -184,9 +183,6 @@
- (BOOL) autoCrop;
- (void) setAutoCrop: (BOOL) setting;
-- (BOOL) allowLooseAnamorphic;
-- (void) setAllowLooseAnamorphic: (BOOL) setting;
-
- (IBAction)showPreviewPanel: (id)sender forTitle: (hb_title_t *)title;
- (IBAction) storageLinkChanged: (id) sender;
- (IBAction) parLinkChanged: (id) sender;