summaryrefslogtreecommitdiff
path: root/src/thread/thread_morphos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/thread_morphos.cpp')
-rw-r--r--src/thread/thread_morphos.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/thread/thread_morphos.cpp b/src/thread/thread_morphos.cpp
index 6d00d0579..e368663f7 100644
--- a/src/thread/thread_morphos.cpp
+++ b/src/thread/thread_morphos.cpp
@@ -50,14 +50,10 @@ struct OTTDThreadStartupMessage {
* Default OpenTTD STDIO/ERR debug output is not very useful for this, so we
* utilize serial/ramdebug instead.
*/
-#ifndef NO_DEBUG_MESSAGES
void KPutStr(CONST_STRPTR format)
{
RawDoFmt(format, NULL, (void (*)())RAWFMTFUNC_SERIAL, NULL);
}
-#else
-#define KPutStr(x)
-#endif
/**