X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/mimetype.h diff --git a/include/wx/palmos/mimetype.h b/include/wx/palmos/mimetype.h index a7065682f3..1f76d6ff56 100644 --- a/include/wx/palmos/mimetype.h +++ b/include/wx/palmos/mimetype.h @@ -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);