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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/cocoa/events_view.h b/video/out/cocoa/events_view.h
index 3dc0e0306e..ff2500a7bc 100644
--- a/video/out/cocoa/events_view.h
+++ b/video/out/cocoa/events_view.h
@@ -21,6 +21,5 @@
@interface MpvEventsView : NSView <NSDraggingDestination>
@property(nonatomic, retain) MpvCocoaAdapter *adapter;
- (void)setFullScreen:(BOOL)willBeFullscreen;
-- (NSRect)frameInPixels;
- (BOOL)canHideCursor;
@end