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 */