diff options
author | dynaflash <[email protected]> | 2011-05-26 14:00:20 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2011-05-26 14:00:20 +0000 |
commit | 8ff47961addfc83c7e7b0e468b9b56d2c328b03e (patch) | |
tree | 1c268e97f9287e0d416814b97bbb7279f037f5b5 /macosx/Controller.h | |
parent | c7bca57fa504cb0d7ead54c66b760ac7fcabb096 (diff) |
MacGui: Fix some compile time warnings.
- patch by blindjimmy, thanks!
- as per https://reviews.handbrake.fr/r/99/
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4001 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 5b7864e75..4b3b50fd1 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -292,7 +292,6 @@ BOOL fIsDragging; returnCode: (int) returnCode contextInfo: (void *) contextInfo; - (IBAction) showPicturePanel: (id) sender; -- (void) picturePanelFullScreen; - (void) picturePanelWindowed; - (IBAction) showPreviewWindow: (id) sender; - (void)pictureSettingsDidChange; |