]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/about.h
* small clean-up, so the about-class is not needed in the main-nib anymore
[vlc] / modules / gui / macosx / about.h
index d6ce84bdf902259aebfa2722a04fae1663aa90b5..a516be72ab895162f56c7eec13910852fdfcde3d 100644 (file)
@@ -49,6 +49,6 @@
 }
 
 + (VLAboutBox *)sharedInstance;
-- (IBAction)showPanel:(id)sender;
+- (void)showPanel;
 
 @end