diff --git a/src/unix/dir.cpp b/src/unix/dir.cpp index d87bf47002..817b57d90f 100644 --- a/src/unix/dir.cpp +++ b/src/unix/dir.cpp @@ -225,9 +225,6 @@ bool wxDir::Open(const wxString& dirname) if ( !M_DIR->IsOk() ) { - wxLogSysError(_("Can not enumerate files in directory '%s'"), - dirname.c_str()); - delete M_DIR; m_data = NULL;