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/python.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/python/python.cpp') diff --git a/lib/python/python.cpp b/lib/python/python.cpp index 8947bb3c..b5a7abbf 100644 --- a/lib/python/python.cpp +++ b/lib/python/python.cpp @@ -114,18 +114,6 @@ void ePyObject::decref(const char *file, int line) #include #undef SKIP_PART1 -DEFINE_REF(TestObj); - -TestObj::TestObj() -{ - eDebug("create %p", this); -} - -TestObj::~TestObj() -{ - eDebug("destroy %p", this); -} - ePython::ePython() { // Py_VerboseFlag = 1; -- cgit v1.2.3