aboutsummaryrefslogtreecommitdiff
path: root/main/enigma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/enigma.cpp')
-rw-r--r--main/enigma.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/enigma.cpp b/main/enigma.cpp
index 96b4cef1..0600062b 100644
--- a/main/enigma.cpp
+++ b/main/enigma.cpp
@@ -46,13 +46,6 @@ void object_dump()
static eWidgetDesktop *wdsk, *lcddsk;
-PSignal1<void,int> keyPressed;
-
-PSignal1<void,int> &keyPressedSignal()
-{
- return keyPressed;
-}
-
static int prev_ascii_code;
int getPrevAsciiCode()
@@ -73,8 +66,6 @@ void keyEvent(const eRCKey &key)
}
else
ptr->keyPressed(0, key.code, key.flags);
- if (!key.flags)
- keyPressed(key.code);
}
/************************************************/