]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops... just added wxString::Scanf() functions can't be implemented under
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Jun 1998 21:51:27 +0000 (21:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Jun 1998 21:51:27 +0000 (21:51 +0000)
Windows. Removed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/string.h

index 2b65099b97ad0bc9eabe59df05564b66e3bb4a4d..0f331da3a0e4019eac7961e47e75170f7a41d3fc 100644 (file)
@@ -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);
   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
   //@}
   
   // get writable buffer of at least nLen characters