]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.h
macosx: remove the show window hack.
[vlc] / modules / gui / macosx / vout.h
index 66f0a7272376d292b029871192760de6006f0db2..1c6a4aa94027d39cf40493bbb1d9a63959170e2b 100644 (file)
     id o_embeddedwindow;
 }
 
-- (BOOL)setVout: (vout_thread_t *) p_arg_vout subView: (NSView *) view
-                 frame: (NSRect *)s_arg_frame showWindow: (BOOL)b_show_window;
-
 - (void)setUsed: (BOOL)b_new_used;
 - (BOOL)isUsed;