]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/chm.cpp
interface revisions
[wxWidgets.git] / src / html / chm.cpp
index 70dbf6188634277f6eed40dcbf375c1490e775bd..b8f65ab9c04052ccb1b9615e4a631a914229e10b 100644 (file)
@@ -825,13 +825,11 @@ wxFSFile* wxChmFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs),
     // Open a stream to read the content of the chm-file
     s = new wxChmInputStream(leftFilename.GetFullPath(), right, true);
 
-    wxString mime = GetMimeTypeFromExt(location);
-
     if ( s )
     {
         return new wxFSFile(s,
                             left + _T("#chm:") + right,
-                            mime,
+                            wxEmptyString,
                             GetAnchor(location),
                             wxDateTime(wxFileModificationTime(left)));
     }