From e541d0bf0cc45b77ca30e2ade5745dfe36341d09 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 21 Feb 1999 23:17:13 +0000 Subject: [PATCH] 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 --- src/common/filefn.cpp | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.50.0