X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4010aae119296f675b2bd48c38f795712ce41bec..b67397a779eef3fb22ee143c8bd4e027c8c5dfc8:/src/unix/mimetype.cpp diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index 9467a8c1b4..c9d7bc93ad 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -603,7 +603,6 @@ void wxMimeTypesManagerImpl::Initialize(int mailcapStyles, { if (textfile.GetLine(i).Find(wxT("=")) != wxNOT_FOUND) { - wxString mimeType = textfile.GetVerb(i); wxString desktopFile = textfile.GetCmd(i); if (deskTopFilesSeen.Index(desktopFile) == wxNOT_FOUND)