]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed Scanf, Scanfv
authorJulian Smart <julian@anthemion.co.uk>
Mon, 22 Jun 1998 22:52:43 +0000 (22:52 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 22 Jun 1998 22:52:43 +0000 (22:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/string.cpp

index 6247bb0fabcb3815045e5c545787011f779de2aa..744a0fd7e60b2353dd01a346b2a5eb53dea4b06d 100644 (file)
@@ -862,6 +862,7 @@ int wxString::PrintfV(const char* pszFormat, va_list argptr)
   return iLen;
 }
 
+#if 0
 int wxString::Scanf(const char *pszFormat, ...) const
 {
   va_list argptr;
@@ -883,6 +884,7 @@ int wxString::ScanfV(const char *pszFormat, va_list argptr) const
   return vsscanf(c_str(), pszFormat, argptr);
 #endif
 }
+#endif
 
 // ---------------------------------------------------------------------------
 // standard C++ library string functions