summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index 61fb87c02..a3434b00d 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -43,9 +43,6 @@ class Graphics;
class Map;
class MapItem;
-/** Delay between two mouse calls when dragging mouse and move the player */
-const int walkingMouseDelay = 500;
-
/**
* The viewport on the map. Displays the current map and handles mouse input
* and the popup menu.