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
This commit is contained in:
Vadim Zeitlin 1999-02-21 23:17:13 +00:00
parent d12e353663
commit e541d0bf0c

View 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;