aboutsummaryrefslogtreecommitdiff
path: root/lib/base/eerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/eerror.h')
-rw-r--r--lib/base/eerror.h6
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__