diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-19 15:41:53 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-19 15:41:53 +0000 |
| commit | 12f90800104b06e819eb9a7c2cd6ffcaf2003e0a (patch) | |
| tree | e2f0e8f79526ddbca3a52f197904bfdeaf62f775 /lib/python/python.cpp | |
| parent | b2fe29b773ada2caf62721d7dfe07d9807876055 (diff) | |
| download | enigma2-12f90800104b06e819eb9a7c2cd6ffcaf2003e0a.tar.gz enigma2-12f90800104b06e819eb9a7c2cd6ffcaf2003e0a.zip | |
remove unneeded test object,
export windowstyle enums to python
Diffstat (limited to 'lib/python/python.cpp')
| -rw-r--r-- | lib/python/python.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
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 <lib/python/python.h> #undef SKIP_PART1 -DEFINE_REF(TestObj); - -TestObj::TestObj() -{ - eDebug("create %p", this); -} - -TestObj::~TestObj() -{ - eDebug("destroy %p", this); -} - ePython::ePython() { // Py_VerboseFlag = 1; |
