From 0f03d24f30daf07549584d930f6778a085872f5b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 22 Jun 1998 21:51:27 +0000 Subject: [PATCH] Oops... just added wxString::Scanf() functions can't be implemented under Windows. Removed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/string.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/wx/string.h b/include/wx/string.h index 2b65099b97..0f331da3a0 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -355,10 +355,6 @@ public: int Printf(const char *pszFormat, ...); /// as vprintf(), returns the number of characters written or < 0 on error int PrintfV(const char* pszFormat, va_list argptr); - /// as sscanf() - int Scanf(const char *pszFormat, ...) const; - /// as vsscanf() - int ScanfV(const char *pszFormat, va_list argptr) const; //@} // get writable buffer of at least nLen characters