X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..9c805dec6caf3c98a3797898cffe795b5b56e606:/include/wx/palmos/mimetype.h diff --git a/include/wx/palmos/mimetype.h b/include/wx/palmos/mimetype.h index f2c4a969c2..1f76d6ff56 100644 --- a/include/wx/palmos/mimetype.h +++ b/include/wx/palmos/mimetype.h @@ -12,10 +12,6 @@ #ifndef _MIMETYPE_IMPL_H #define _MIMETYPE_IMPL_H -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "mimetype.h" -#endif - #include "wx/defs.h" #if wxUSE_MIMETYPE @@ -106,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);