# HG changeset patch # User ib # Date 1364804457 0 # Node ID b1a21a9bc5d4ee8fbd817da4c72ff1a9f1124fe1 # Parent e1d1d404ee9ef201beaf740873b0386f2544faac Remove pointless #defines. We don't need these for the Win32 GUI. diff -r e1d1d404ee9e -r b1a21a9bc5d4 gui/win32/dialogs.h --- 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 */