summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r--src/localplayer.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp
index 87a4f81b..ee73b673 100644
--- a/src/localplayer.cpp
+++ b/src/localplayer.cpp
@@ -29,7 +29,6 @@
#include "game.h"
#include "inventory.h"
#include "item.h"
-#include "keyboardconfig.h"
#include "main.h"
#include "monster.h"
#include "particle.h"
@@ -130,11 +129,6 @@ void LocalPlayer::logic()
mLastTarget = -1;
}
- if (keyboard.isKeyActive(keyboard.KEY_TARGET))
- {
- stopAttack();
- }
-
if (mTarget)
{
if (mTarget->mAction == DEAD)