summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/events_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/cocoa/events_view.h')
-rw-r--r--video/out/cocoa/events_view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/cocoa/events_view.h b/video/out/cocoa/events_view.h
index 3429563b4d..6ad51cc133 100644
--- a/video/out/cocoa/events_view.h
+++ b/video/out/cocoa/events_view.h
@@ -20,8 +20,6 @@
@interface MpvEventsView : NSView <NSDraggingDestination>
@property(nonatomic, retain) MpvCocoaAdapter *adapter;
-- (void)setFullScreen:(BOOL)willBeFullscreen;
-- (void)clear;
- (BOOL)canHideCursor;
- (void)signalMousePosition;
@end