]> git.saurik.com Git - wxWidgets.git/commitdiff
Oups :-( incomplete previous undo.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 20 Oct 2004 01:25:38 +0000 (01:25 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 20 Oct 2004 01:25:38 +0000 (01:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filename.cpp

index f32a1f848fe6748109665f352ba31dce392a3b1f..94799d1a964f9aba107c9dc2ea67042523b700bf 100644 (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)
 {