aboutsummaryrefslogtreecommitdiff
path: root/common/textconsole.h
diff options
context:
space:
mode:
authorMax Horn2011-05-03 11:41:01 +0200
committerMax Horn2011-05-03 11:41:01 +0200
commitbdc7414f80dbff795892d6a88963bdb2c12dbad7 (patch)
tree77124b53aadbad3335732ab8bb10b15b61c2253e /common/textconsole.h
parenteafc54869c5f581b4773cc9328d39672ad28d33a (diff)
downloadscummvm-rg350-bdc7414f80dbff795892d6a88963bdb2c12dbad7.tar.gz
scummvm-rg350-bdc7414f80dbff795892d6a88963bdb2c12dbad7.tar.bz2
scummvm-rg350-bdc7414f80dbff795892d6a88963bdb2c12dbad7.zip
COMMON: Don't declare a fake printf
Diffstat (limited to 'common/textconsole.h')
-rw-r--r--common/textconsole.h2
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