summaryrefslogtreecommitdiff
path: root/src/touchactions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchactions.cpp')
-rw-r--r--src/touchactions.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/touchactions.cpp b/src/touchactions.cpp
index 574836b6d..a04ff5aac 100644
--- a/src/touchactions.cpp
+++ b/src/touchactions.cpp
@@ -23,7 +23,6 @@
#include "actionmanager.h"
#include "configuration.h"
#include "game.h"
-#include "inputmanager.h"
#include "logger.h"
#include "mouseinput.h"
#include "touchmanager.h"
@@ -37,13 +36,6 @@ int haldJoyPad = 50;
#define impHandler(name) void name(const MouseInput &mouseInput)
#define impHandler0(name) void name(const MouseInput &mouseInput A_UNUSED)
-impHandler0(showKeyboard)
-{
- inputManager.executeAction(config.getIntValue("screenActionKeyboard"));
-
-// ActionManager::showKeyboard(tempEvent);
-}
-
void setHalfJoyPad(int s)
{
haldJoyPad = s;
@@ -141,13 +133,3 @@ impHandler0(padUp)
padClicked = false;
moveChar(haldJoyPad, haldJoyPad);
}
-
-impHandler0(attackClick)
-{
- ActionManager::targetAttack(tempEvent);
-}
-
-impHandler0(cancelClick)
-{
- ActionManager::stopSit(tempEvent);
-}