From: Vadim Zeitlin Date: Sun, 21 Feb 1999 23:17:13 +0000 (+0000) Subject: error msg when there are no files in wxFindFirst() removed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e541d0bf0cc45b77ca30e2ade5745dfe36341d09 error msg when there are no files in wxFindFirst() removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index a4e7efb765..2d6085250c 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -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;