summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2009-08-21 12:25:51 +0000
committerritsuka <[email protected]>2009-08-21 12:25:51 +0000
commit532579125866bee1a73fd4b57fe68503cfcdf264 (patch)
tree89d5b45d28d5b8762cddd01eca842d1fb627aeaa /macosx/HBPreviewController.h
parente0266d30c46507dc9807601b87a67840f791dc2d (diff)
Reworked the hud to be more responsive, and added a category to QTMovieView so the hud is displayed even if fMovieView is the first responder.
Cleanup the movie loading code for future changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2772 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r--macosx/HBPreviewController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h
index cfc8944db..b06c8c57b 100644
--- a/macosx/HBPreviewController.h
+++ b/macosx/HBPreviewController.h
@@ -76,7 +76,6 @@
- (BOOL)acceptsMouseMovedEvents;
- (void) displayPreview;
-- (void) showHideHudControls;
- (IBAction) SettingsChanged: (id) sender;
- (IBAction) pictureSliderChanged: (id) sender;
- (IBAction)showPictureSettings:(id)sender;