aboutsummaryrefslogtreecommitdiff
path: root/lib/python
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 /lib/python
parent394e2b2e2488ae3fa5edc6a9a512bcf0414cc562 (diff)
downloadenigma2-859aa7a92d7fc7775370bdb5025419e33971d6d8.tar.gz
enigma2-859aa7a92d7fc7775370bdb5025419e33971d6d8.zip
remove no more needed code
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/enigma_python.i3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index 06d84473..8582de86 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -93,7 +93,6 @@ extern void runMainloop();
extern void quitMainloop(int exit_code);
extern eApplication *getApplication();
-extern PSignal1<void,int> &keyPressedSignal();
extern int getPrevAsciiCode();
%}
@@ -259,8 +258,6 @@ int getPrevAsciiCode();
void runMainloop();
void quitMainloop(int exit_code);
eApplication *getApplication();
-%immutable keyPressed;
-PSignal1<void,int> &keyPressedSignal();
%{
RESULT SwigFromPython(ePtr<gPixmap> &result, PyObject *obj)