summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-04-24 18:40:16 +0000
committerrubidium <rubidium@openttd.org>2014-04-24 18:40:16 +0000
commit99452c51ce8c9042e900c02be206c469f85660e6 (patch)
treefa2d40028e628e3acdfc2a3c71bc570780aa3503 /src/stdafx.h
parent8960939b22a474f42575b415f06c09eac7ff92fc (diff)
downloadopenttd-99452c51ce8c9042e900c02be206c469f85660e6.tar.xz
(svn r26500) -Cleanup: remove unused snprintf implementation
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 951ab1c38..7d7e1990b 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -232,7 +232,6 @@
#define WARN_FORMAT(string, args)
#define FINAL sealed
- int CDECL snprintf(char *str, size_t size, const char *format, ...) WARN_FORMAT(3, 4);
#if defined(WINCE)
int CDECL vsnprintf(char *str, size_t size, const char *format, va_list ap);
#endif