]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/interaction.h
macosx: Use input_ItemHasErrorWhenReading to display a small icon if there was an...
[vlc] / modules / gui / macosx / interaction.h
index 81bb98a738d8454240027627a0698bafd0cb34dd..bde4badb3cfdfebbb78fffc44e06aed9517e967f 100644 (file)
@@ -86,9 +86,6 @@
     NSMutableArray * o_errors;
     NSMutableArray * o_icons;
 
-    NSImage * warnIcon;
-    NSImage * errorIcon;
-
     BOOL nib_interact_errpanel_loaded;
 }
 - (IBAction)cleanupTable:(id)sender;