comparison gui/ui/gtk/msgbox.h @ 34467:5c5024ea2529

Remove unused parameter from create_MessageBox().
author ib
date Fri, 13 Jan 2012 14:12:32 +0000
parents d9b805602aa1
children
comparison
equal deleted inserted replaced
34466:a650895d50a5 34467:5c5024ea2529
21 21
22 #include <gtk/gtk.h> 22 #include <gtk/gtk.h>
23 23
24 extern GtkWidget * MessageBox; 24 extern GtkWidget * MessageBox;
25 25
26 GtkWidget * create_MessageBox( int type ); 26 GtkWidget * create_MessageBox( void );
27 void ShowMessageBox( const char * msg ); 27 void ShowMessageBox( const char * msg );
28 28
29 #endif /* MPLAYER_GUI_MSGBOX_H */ 29 #endif /* MPLAYER_GUI_MSGBOX_H */