changeset 36035:b1a21a9bc5d4

Remove pointless #defines. We don't need these for the Win32 GUI.
author ib
date Mon, 01 Apr 2013 08:20:57 +0000
parents e1d1d404ee9e
children 2421356e2a03
files gui/win32/dialogs.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/dialogs.h	Mon Apr 01 08:14:25 2013 +0000
+++ b/gui/win32/dialogs.h	Mon Apr 01 08:20:57 2013 +0000
@@ -124,10 +124,4 @@
 #define IDPLAYDISK           100
 #define IDPLAYDISK_LIMIT     164
 
-/* gtk emulation */
-#define GTK_MB_FATAL         0x1
-#define GTK_MB_ERROR         0x2
-#define GTK_MB_WARNING       0x4
-#define GTK_MB_SIMPLE        0x8
-
 #endif /* MPLAYER_GUI_DIALOGS_H */