diff options
author | ritsuka <[email protected]> | 2008-11-02 15:57:39 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-11-02 15:57:39 +0000 |
commit | f77f5ccb9325421b92ed4865bb5c02666310ea4f (patch) | |
tree | f0e0299d31f632e264d1f72db61ab6b7a90d4175 /macosx/Controller.h | |
parent | 4aae1034704d91b0d1c34622ca41e1d1598ec92d (diff) |
MacGui: Remove check on web optimized and ac3 passthru.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1895 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 2c6f0d1cd..3625efd3d 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -278,7 +278,6 @@ BOOL fIsDragging; - (IBAction) formatPopUpChanged: (id) sender; - (IBAction) videoEncoderPopUpChanged: (id) sender; - (IBAction) autoSetM4vExtension: (id) sender; -- (void) shouldEnableHttpMp4CheckBox: (id) sender; - (IBAction) twoPassCheckboxChanged: (id) sender; - (IBAction) videoFrameRateChanged: (id) sender; - (IBAction) audioAddAudioTrackCodecs: (id)sender; |