]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/mimetype.h
Fix initial wxRadioBox buttons positions in wxMSW.
[wxWidgets.git] / include / wx / msw / mimetype.h
index 4dcff927964272a3fc939937e1991c3f0b559136..f93b67c5bf3c20012d99e4d661eb619bba5dff85 100644 (file)
@@ -102,12 +102,6 @@ public:
 
     size_t EnumAllFileTypes(wxArrayString& mimetypes);
 
-    // this are NOPs under Windows
-    bool ReadMailcap(const wxString& WXUNUSED(filename), bool WXUNUSED(fallback) = true)
-        { return true; }
-    bool ReadMimeTypes(const wxString& WXUNUSED(filename))
-        { return true; }
-
     // create a new filetype association
     wxFileType *Associate(const wxFileTypeInfo& ftInfo);