From 12f90800104b06e819eb9a7c2cd6ffcaf2003e0a Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 19 Dec 2006 15:41:53 +0000 Subject: remove unneeded test object, export windowstyle enums to python --- lib/python/enigma_python.i | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/python/enigma_python.i') 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 &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); -- cgit v1.2.3