summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/win/SharedTimerWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/win/SharedTimerWin.cpp')
-rw-r--r--WebCore/platform/win/SharedTimerWin.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/platform/win/SharedTimerWin.cpp b/WebCore/platform/win/SharedTimerWin.cpp
index 8f00ad8..8ff7734 100644
--- a/WebCore/platform/win/SharedTimerWin.cpp
+++ b/WebCore/platform/win/SharedTimerWin.cpp
@@ -40,16 +40,6 @@
#include <windows.h>
-// These aren't in winuser.h with the MSVS 2003 Platform SDK,
-// so use default values in that case.
-#ifndef USER_TIMER_MINIMUM
-#define USER_TIMER_MINIMUM 0x0000000A
-#endif
-
-#ifndef USER_TIMER_MAXIMUM
-#define USER_TIMER_MAXIMUM 0x7FFFFFFF
-#endif
-
#if PLATFORM(WIN)
#include "PluginView.h"
#endif