aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
diff options
context:
space:
mode:
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);