]> git.saurik.com Git - wxWidgets.git/commitdiff
error msg when there are no files in wxFindFirst() removed
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Feb 1999 23:17:13 +0000 (23:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Feb 1999 23:17:13 +0000 (23:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filefn.cpp

index a4e7efb765c786ea64e995f9b2aed3fe3f6fe980..2d6085250cc38b1289cc12e9358b9a4709599b1f 100644 (file)
@@ -1279,9 +1279,6 @@ wxString wxFindFirstFile(const char *spec, int flags)
 
     if ( gs_hFileStruct == INVALID_HANDLE_VALUE )
     {
-        wxLogSysError(_("Can not enumerate files in directory '%s'"),
-                      path.c_str());
-
         result.Empty();
 
         return result;