aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-08 10:35:07 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-08 10:35:07 +0000
commit859aa7a92d7fc7775370bdb5025419e33971d6d8 (patch)
treed60e2b6d102a6843767aee19e0b8dc27f5cf4b3c /main
parent394e2b2e2488ae3fa5edc6a9a512bcf0414cc562 (diff)
downloadenigma2-859aa7a92d7fc7775370bdb5025419e33971d6d8.tar.gz
enigma2-859aa7a92d7fc7775370bdb5025419e33971d6d8.zip
remove no more needed code
Diffstat (limited to 'main')
-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);
}
/************************************************/