X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4010aae119296f675b2bd48c38f795712ce41bec..f2c94e8af58f85d60197de8245d987a602451323:/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)