aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-19 15:41:53 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-19 15:41:53 +0000
commit12f90800104b06e819eb9a7c2cd6ffcaf2003e0a (patch)
treee2f0e8f79526ddbca3a52f197904bfdeaf62f775 /lib/python/enigma_python.i
parentb2fe29b773ada2caf62721d7dfe07d9807876055 (diff)
downloadenigma2-12f90800104b06e819eb9a7c2cd6ffcaf2003e0a.tar.gz
enigma2-12f90800104b06e819eb9a7c2cd6ffcaf2003e0a.zip
remove unneeded test object,
export windowstyle enums to python
Diffstat (limited to 'lib/python/enigma_python.i')
-rw-r--r--lib/python/enigma_python.i5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index 1debfeed..6c2ece37 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -262,11 +262,6 @@ RESULT SwigFromPython(ePtr<gPixmap> &result, PyObject *obj)
result = *res;
return 0;
}
-PyObject *New_TestObj()
-{
- TestObj *result = (TestObj *)new TestObj();
- return SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_TestObj, 1);
-}
PyObject *New_eServiceReference(const eServiceReference &ref)
{
eServiceReference *result = new eServiceReference(ref);