]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/dir.cpp
submenu preparation in two methods encapsulated
[wxWidgets.git] / src / unix / dir.cpp
index 4680a338ce16bf902a1484d41ad0c56c930e324b..2e283dfc4db5bb51ce6575447f65eeae7febbbd7 100644 (file)
@@ -172,13 +172,9 @@ bool wxDirData::Read(wxString *filename)
         }
         else
         {
-#if wxUSE_UNICODE
-            matches = TRUE;  // FIXME
-#else
             // test against the pattern
             matches = wxMatchWild(m_filespec, de_d_name,
                                   !(m_flags & wxDIR_HIDDEN));
-#endif
         }
     }