[MPlayer-cvslog] r34254 - trunk/gui/win32/interface.c
ib
subversion at mplayerhq.hu
Tue Oct 25 15:59:34 CEST 2011
Author: ib
Date: Tue Oct 25 15:59:33 2011
New Revision: 34254
Log:
Remove unused code from the Win32 GUI.
Remove function gtkMessageBox().
Modified:
trunk/gui/win32/interface.c
Modified: trunk/gui/win32/interface.c
==============================================================================
--- trunk/gui/win32/interface.c Tue Oct 25 15:55:48 2011 (r34253)
+++ trunk/gui/win32/interface.c Tue Oct 25 15:59:33 2011 (r34254)
@@ -810,15 +810,6 @@ int guiPlaylistAdd(play_tree_t *my_playt
return result;
}
-static inline void gtkMessageBox(int type, const char *str)
-{
- if (type & GTK_MB_FATAL)
- MessageBox(NULL, str, "MPlayer GUI for Windows Error", MB_OK | MB_ICONERROR);
-
- fprintf(stderr, "[GUI] MessageBox: %s\n", str);
- fflush(stderr);
-}
-
static int update_subwindow(void)
{
int x,y;
More information about the MPlayer-cvslog
mailing list