]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/mimetype.h
Use wxAlphaPixelData if the source bitmap depth is 32 or if on wxGTK and there is...
[wxWidgets.git] / include / wx / os2 / mimetype.h
index f21ddc37fbba28bd11cfeb2256e80f77f163aae9..48f3a43a66b26ece650aabb9511230281647d0ca 100644 (file)
 #ifndef _MIMETYPE_IMPL_H
 #define _MIMETYPE_IMPL_H
 
-#ifdef    __GNUG__
-    #pragma interface "mimetype.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_MIMETYPE
@@ -100,12 +96,6 @@ public:
 
     size_t EnumAllFileTypes(wxArrayString& mimetypes);
 
-    // these are NOPs under OS/2
-    bool ReadMailcap(const wxString& WXUNUSED(filename), bool WXUNUSED(fallback) = true)
-        { return true; }
-    bool ReadMimeTypes(const wxString& WXUNUSED(filename))
-        { return true; }
-
     void AddFallback(const wxFileTypeInfo& ft) { m_fallbacks.Add(ft); }
 
 private: