fix
[enigma2.git] / lib / base / eerror.h
index 2d4e979038d244f40ef1172f9324a52217f4b332..5a66b31e9735a99f3939a3c928765463c287e53b 100644 (file)
@@ -142,10 +142,6 @@ void eWriteCrashdump();
 
 #endif // SWIG
 
-#ifndef DEBUG
-inline void ePythonOutput(const char *)
-{
-}
-#endif
+void ePythonOutput(const char *);
 
 #endif // __E_ERROR__