]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/about.m
* small clean-up, so the about-class is not needed in the main-nib anymore
[vlc] / modules / gui / macosx / about.m
index 048a424468318ef0824a4d4cb12672e2e48c1e20..9de9c918d63eb7633e4f3aa5bd879c0728eaddbe 100644 (file)
@@ -50,7 +50,7 @@ static VLAboutBox *_o_sharedInstance = nil;
     return _o_sharedInstance;
 }
 
-- (IBAction)showPanel:(id)sender
+- (void)showPanel
 {    
     if (!o_credits_path)
     {