]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/open.m
* controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
[vlc] / modules / gui / macosx / open.m
index 4bbbbd53e660e6411969ec15d48a5eeac3676fd9..38dd2bc9380817fcd15228dbe9fc9ab40f4d1a0d 100644 (file)
@@ -147,11 +147,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
     return _o_sharedMainInstance;
 }
 
-- (void)getReady
-{
-    [NSBundle loadNibNamed:@"Open" owner:self];
-}
-
 - (void)awakeFromNib
 {
     intf_thread_t * p_intf = VLCIntf;