diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-15 16:19:33 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-15 16:19:33 +0000 |
| commit | fac3796db3a798ec64af12a56624aa535e45631f (patch) | |
| tree | 7892b3f0479c9c79454ac4520bec8305cac0a3c7 /lib/base/eerror.h | |
| parent | dc4073de1957503fcd2a7eed055c55a2265d1212 (diff) | |
| download | enigma2-fac3796db3a798ec64af12a56624aa535e45631f.tar.gz enigma2-fac3796db3a798ec64af12a56624aa535e45631f.zip | |
fix
Diffstat (limited to 'lib/base/eerror.h')
| -rw-r--r-- | lib/base/eerror.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/base/eerror.h b/lib/base/eerror.h index 2d4e9790..5a66b31e 100644 --- a/lib/base/eerror.h +++ b/lib/base/eerror.h @@ -142,10 +142,6 @@ void eWriteCrashdump(); #endif // SWIG -#ifndef DEBUG -inline void ePythonOutput(const char *) -{ -} -#endif +void ePythonOutput(const char *); #endif // __E_ERROR__ |
