summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/events_view.m
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/cocoa/events_view.m')
-rw-r--r--video/out/cocoa/events_view.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/cocoa/events_view.m b/video/out/cocoa/events_view.m
index 91b00fcb0b..744c3f27c7 100644
--- a/video/out/cocoa/events_view.m
+++ b/video/out/cocoa/events_view.m
@@ -130,11 +130,6 @@
- (BOOL)becomeFirstResponder { return YES; }
- (BOOL)resignFirstResponder { return YES; }
-- (NSRect)frameInPixels
-{
- return [self convertRectToBacking:[self frame]];
-}
-
- (BOOL)canHideCursor
{
return !self.hasMouseDown && [self containsMouseLocation];