diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 5 |
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(); |