diff options
-rw-r--r-- | gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m b/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m index 16cb95094..f9aa33024 100644 --- a/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m +++ b/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m @@ -138,8 +138,6 @@ gst_gl_window_cocoa_create_window (GstGLWindowCocoa *window_cocoa, NSRect rect) GST_DEBUG ("NSWindow id: %"G_GUINTPTR_FORMAT, (guintptr) priv->internal_win_id); - [NSApp setDelegate: priv->internal_win_id]; - return TRUE; } @@ -443,20 +441,6 @@ close_window_cb (gpointer data) return YES; } -- (void) applicationDidFinishLaunching: (NSNotification *) not { -} - -- (void) applicationWillFinishLaunching: (NSNotification *) not { -} - -- (BOOL) applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)app { - /* the application is manually stopped by calling stopApp on the AppThreadPerformer */ - return NO; -} - -- (void) applicationWillTerminate:(NSNotification *)aNotification { -} - @end |