diff options
author | dynaflash <[email protected]> | 2010-02-19 20:35:18 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-02-19 20:35:18 +0000 |
commit | 42b5c877042e8882e27f34741013c4ff1f504d56 (patch) | |
tree | ca7910f8f61d3c8dabc104d25b0a5232912515c2 /macosx/PictureController.h | |
parent | 2543a7aed801cbfdc43d85f4a5ddce37960387c3 (diff) |
MacGui: Preview replace a method that was hastily removed in 3125 when removing Full Screen. Fixes broken window scaling.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3126 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index fc8172f06..96ea118ae 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -170,7 +170,6 @@ - (IBAction) resizeInspectorForTab: (id)sender; - (IBAction) showPreviewWindow: (id)sender; -- (IBAction) previewGoWindowed: (id)sender; - (IBAction) adjustSizingDisplay: (id) sender; |