diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-01-05 23:18:11 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-01-07 18:37:08 +0000 |
commit | fbf44d85bd59bfa629193d6494b16812a7343cab (patch) | |
tree | 9e319076f94ee9b7977f6c6ff92d5a25c67a0cf0 | |
parent | 1badeb78b0b974a381e563e3d4f4cf37debd4266 (diff) |
Cygwin/X: Tidy up an unused #define
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-rwxr-xr-x | hw/xwin/winwin32rootless.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xwin/winwin32rootless.c b/hw/xwin/winwin32rootless.c index 406d1e0eb..26d59776a 100755 --- a/hw/xwin/winwin32rootless.c +++ b/hw/xwin/winwin32rootless.c @@ -49,8 +49,6 @@ * Constant defines */ -#define MOUSE_POLLING_INTERVAL 500 - #ifndef ULW_COLORKEY #define ULW_COLORKEY 0x00000001 #endif |