summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 16ea45d6..ef930d92 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -722,11 +722,6 @@ void Game::handleInput()
saveScreenshot();
used = true;
break;
- case KeyboardConfig::KEY_PATHFIND:
- // Find path to mouse (debug purpose)
- viewport->toggleDebugPath();
- used = true;
- break;
case KeyboardConfig::KEY_TRADE:
// Toggle accepting of incoming trade requests
unsigned int deflt = player_relations.getDefault();