From 05fcec5b12a47a620cf623247d206dcfdbf8bef7 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 6 May 2003 07:25:58 +0000 Subject: [PATCH] Cleaned up some more logging functions. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@992 --- include/dosbox.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/dosbox.h b/include/dosbox.h index 6d0696a6..789aa646 100644 --- a/include/dosbox.h +++ b/include/dosbox.h @@ -22,8 +22,6 @@ void E_Exit(char * message,...); -void S_Warn(char * message,...); - void MSG_Add(const char*,const char*); //add messages to the internal langaugefile const char* MSG_Get(char const *); //get messages from the internal langaugafile @@ -68,7 +66,5 @@ extern Bitu errorlevel; #include "logging.h" #endif // the logging system. -#define LOG_MSG S_Warn - #endif /* __DOSBOX_H */