diff options
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/gui/viewport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dyetool/gui/viewport.h b/src/dyetool/gui/viewport.h index f3b042bd3..4f7ef58e2 100644 --- a/src/dyetool/gui/viewport.h +++ b/src/dyetool/gui/viewport.h @@ -36,9 +36,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. |