summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r--macosx/HBPreviewController.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h
index df5cf2b1c..38c86c99d 100644
--- a/macosx/HBPreviewController.h
+++ b/macosx/HBPreviewController.h
@@ -49,10 +49,8 @@
int hudTimerSeconds;
/* Full Screen Mode Toggle */
- IBOutlet NSButton * fFullScreenToggleButton;
IBOutlet NSButton * fScaleToScreenToggleButton;
IBOutlet NSButton * fPictureSettingsToggleButton;
- BOOL isFullScreen;
BOOL scaleToScreen;
/* Movie Previews */
IBOutlet NSButton * fCreatePreviewMovieButton;
@@ -80,12 +78,8 @@
- (IBAction)showPictureSettings:(id)sender;
- (NSString*) pictureSizeInfoString;
-/* Full Screen */
-- (IBAction)toggleScreenMode:(id)sender;
- (IBAction)toggleScaleToScreen:(id)sender;
-- (BOOL)fullScreen;
-- (IBAction)goFullScreen:(id)sender;
-- (IBAction)goWindowedScreen:(id)sender;
+
/* HUD overlay */
- (void) startHudTimer;