diff options
Diffstat (limited to 'common/str.h')
-rw-r--r-- | common/str.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/str.h b/common/str.h index 92aa66cb59..e3dec6cdc2 100644 --- a/common/str.h +++ b/common/str.h @@ -220,8 +220,6 @@ public: */ static Common::String printf(const char *fmt, ...) GCC_PRINTF(1,2); - static Common::String vprintf(const char *fmt, va_list argptr); - public: typedef char * iterator; typedef const char * const_iterator; |