Oups :-( incomplete previous undo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-10-20 01:25:38 +00:00
parent 1c6f24145e
commit 86dd82baf9

View File

@ -1181,9 +1181,6 @@ bool wxFileName::IsCaseSensitive( wxPathFormat format )
return GetFormat(format) == wxPATH_UNIX;
}
// If asserts, wxPathFormat has been changed.
wxCOMPILE_TIME_ASSERT(wxPATH_MAX == 5, wxPathFormatChanged);
/* static */
wxString wxFileName::GetForbiddenChars(wxPathFormat format)
{