diff 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
line wrap: on
line diff
--- a/gui/ui/gtk/msgbox.h	Fri Jan 13 14:06:55 2012 +0000
+++ b/gui/ui/gtk/msgbox.h	Fri Jan 13 14:12:32 2012 +0000
@@ -23,7 +23,7 @@
 
 extern GtkWidget * MessageBox;
 
-GtkWidget * create_MessageBox( int type );
+GtkWidget * create_MessageBox( void );
 void ShowMessageBox( const char * msg );
 
 #endif /* MPLAYER_GUI_MSGBOX_H */