From c9d7b9516f4a04cb9012c6c1e9466491a468aa07 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 19 Feb 2013 14:38:40 +0000 Subject: [PATCH] hw/xwin: Remove unneeded WM_XBUTTON message defines Remove unneeded WM_XBUTTON message defines, they have been provided by w32api for a long time now. Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/win.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/hw/xwin/win.h b/hw/xwin/win.h index a6630884f..182e96b6c 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -47,17 +47,6 @@ #define CYGDEBUG NO #endif -/* WM_XBUTTON Messages. They should go into w32api. */ -#ifndef WM_XBUTTONDOWN -#define WM_XBUTTONDOWN 523 -#endif -#ifndef WM_XBUTTONUP -#define WM_XBUTTONUP 524 -#endif -#ifndef WM_XBUTTONDBLCLK -#define WM_XBUTTONDBLCLK 525 -#endif - #define WIN_DEFAULT_BPP 0 #define WIN_DEFAULT_WHITEPIXEL 255 #define WIN_DEFAULT_BLACKPIXEL 0