diff options
author | Max Horn | 2011-05-03 11:41:01 +0200 |
---|---|---|
committer | Max Horn | 2011-05-03 11:41:01 +0200 |
commit | bdc7414f80dbff795892d6a88963bdb2c12dbad7 (patch) | |
tree | 77124b53aadbad3335732ab8bb10b15b61c2253e /common | |
parent | eafc54869c5f581b4773cc9328d39672ad28d33a (diff) | |
download | scummvm-rg350-bdc7414f80dbff795892d6a88963bdb2c12dbad7.tar.gz scummvm-rg350-bdc7414f80dbff795892d6a88963bdb2c12dbad7.tar.bz2 scummvm-rg350-bdc7414f80dbff795892d6a88963bdb2c12dbad7.zip |
COMMON: Don't declare a fake printf
Diffstat (limited to 'common')
-rw-r--r-- | common/textconsole.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/textconsole.h b/common/textconsole.h index 963d674c3b..5a535f3206 100644 --- a/common/textconsole.h +++ b/common/textconsole.h @@ -66,8 +66,6 @@ void NORETURN_PRE error(const char *s, ...) GCC_PRINTF(1, 2) NORETURN_POST; #ifdef DISABLE_TEXT_CONSOLE -inline int printf(const char *s, ...) { return 0; } - inline void warning(const char *s, ...) {} #else |