diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-19 02:12:57 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-19 02:12:57 +0000 |
| commit | ed40f6f85c9c07c3c1224ae20601082c0309a631 (patch) | |
| tree | 4082515a3e85107bd4a278b6613857b58da1770f /lib/python/enigma_python.i | |
| parent | b3658b04216ed3974047b4c4ec885ee0161d9267 (diff) | |
| download | enigma2-ed40f6f85c9c07c3c1224ae20601082c0309a631.tar.gz enigma2-ed40f6f85c9c07c3c1224ae20601082c0309a631.zip | |
some python import cleanups
lesser swig overhead
Diffstat (limited to 'lib/python/enigma_python.i')
| -rw-r--r-- | lib/python/enigma_python.i | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 92484735..090585bd 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -91,7 +91,6 @@ is usually caused by not marking PSignals as immutable. #include <lib/gdi/lcd.h> #include <lib/dvb_ci/dvbci_ui.h> #include <lib/python/python.h> -#include <lib/gdi/picexif.h> #include <lib/gdi/picload.h> extern void runMainloop(); @@ -153,8 +152,6 @@ typedef long time_t; %include <lib/base/smartptr.h> %include <lib/service/iservice.h> %include <lib/service/service.h> - -%template(eServiceCenterPtr) ePtr<eServiceCenter>; %include <lib/service/event.h> // TODO: embed these... @@ -222,12 +219,9 @@ typedef long time_t; %include <lib/dvb_ci/dvbci_ui.h> %include <lib/dvb/db.h> %include <lib/python/python.h> -%include <lib/gdi/picexif.h> %include <lib/gdi/picload.h> /************** eptr **************/ -%template(eActionMapPtr) ePtr<eActionMap>; - /************** signals **************/ template<class R> class PSignal0 |
