From dcd9ce72d56b0157f4b758ed0e71671ed57d4edd Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sat, 28 Jul 2007 17:08:07 +0000 Subject: [PATCH] warning fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/mimetype.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index 4a39baa089..00d3b57847 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -156,9 +156,6 @@ protected: } }; -// in case we're compiling in non-GUI mode -class WXDLLEXPORT wxIcon; - // ---------------------------------------------------------------------------- // constants // ---------------------------------------------------------------------------- @@ -2613,8 +2610,7 @@ bool wxMimeTypesManagerImpl::ReadMailcap(const wxString& strFileName, Field_Type, Field_OpenCmd, Field_Other - } - currentToken = Field_Type; + } currentToken = Field_Type; // the flags and field values on the current line MailcapLineData data; -- 2.45.2