]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/coredialogs.h
macosx: add yosemite guard
[vlc] / modules / gui / macosx / coredialogs.h
index f3d783812acd3e3cba794667d5cafbcdc6b5511d..239600b08c4047b59b59f35c751d517bab5ebdfe 100644 (file)
@@ -35,7 +35,6 @@
     IBOutlet id o_window;
     IBOutlet id o_cleanup_button;
     IBOutlet id o_error_table;
-    IBOutlet id o_messages_btn;
 
     NSMutableArray * o_errors;
     NSMutableArray * o_icons;
@@ -43,7 +42,6 @@
     BOOL b_nib_loaded;
 }
 - (IBAction)cleanupTable:(id)sender;
-- (IBAction)showMessages:(id)sender;
 
 -(void)showPanel;
 -(void)addError: (NSString *)o_error withMsg:(NSString *)o_msg;