aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index 1667a0d5b8..bd97bcaaf0 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -43,11 +43,6 @@ enum {
kTextAlignRight,
};
-enum {
- kDoubleClickDelay = 500, // milliseconds
- kCursorAnimateDelay = 500
-};
-
// Extremly simple stack class, doesn't even do any error checking (for now)
class DialogStack {
protected:
@@ -88,8 +83,7 @@ protected:
// for continuous events (keyDown)
int _currentKeyDown, _currentKeyDownFlags;
- int _keyRepeatLoopCount;
- int _keyRepeatEvenCount;
+ uint32 _keyRepeatTime;
// position and time of last mouse click (used to detect double clicks)
struct {