]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
wxMotif Solaris 2.6 compilation fixes
[wxWidgets.git] / 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;