summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-good/sys/osxvideo/cocoawindow.m
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gst-plugins-good/sys/osxvideo/cocoawindow.m')
-rw-r--r--subprojects/gst-plugins-good/sys/osxvideo/cocoawindow.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/subprojects/gst-plugins-good/sys/osxvideo/cocoawindow.m b/subprojects/gst-plugins-good/sys/osxvideo/cocoawindow.m
index ef2b0c61af..611652522e 100644
--- a/subprojects/gst-plugins-good/sys/osxvideo/cocoawindow.m
+++ b/subprojects/gst-plugins-good/sys/osxvideo/cocoawindow.m
@@ -667,12 +667,6 @@ const gchar* gst_keycode_to_keyname(gint16 keycode)
[self reshape];
}
-#ifndef GSTREAMER_GLIB_COCOA_NSAPPLICATION
-- (void) setMainThread: (NSThread *) thread {
- mainThread = thread;
-}
-#endif
-
- (void) haveSuperviewReal:(NSMutableArray *)closure {
BOOL haveSuperview = [self superview] != nil;
[closure addObject:[NSNumber numberWithBool:haveSuperview]];