Fix build when configured with --disable-sysoptions

This commit is contained in:
Lauri Nurmi
2020-01-19 23:34:45 +02:00
parent 4901b3784a
commit 04d71c80e3

View File

@@ -130,7 +130,6 @@ wxString wxFileSystemHandler::GetMimeTypeFromExt(const wxString& location)
return mime; return mime;
} }
else
#endif #endif
{ {
if ( ext.IsSameAs(wxT("htm"), false) || ext.IsSameAs(wxT("html"), false) ) if ( ext.IsSameAs(wxT("htm"), false) || ext.IsSameAs(wxT("html"), false) )