From 86dd82baf94b4f637fe3ce066102fc6e953d842e Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 20 Oct 2004 01:25:38 +0000 Subject: [PATCH] Oups :-( incomplete previous undo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filename.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/filename.cpp b/src/common/filename.cpp index f32a1f848f..94799d1a96 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -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) { -- 2.45.2