]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
Trying to hide evidence of my negative programming skills...
[wxWidgets.git] / include / wx / bitmap.h
index 4a1d3b0296a4c8a3891e29266fc87c27dd66cf0e..d05b3949dba3d2fbfb2ad7801f780149b6c3729d 100644 (file)
@@ -32,6 +32,9 @@ class WXDLLEXPORT wxImage;
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
+#if !defined(__WXMSW__)
+
+// Only used by some ports
 // ----------------------------------------------------------------------------
 // wxBitmapHandler: class which knows how to create/load/save bitmaps in
 // different formats
@@ -69,8 +72,6 @@ protected:
     DECLARE_ABSTRACT_CLASS(wxBitmapHandlerBase)
 };
 
-
-
 class WXDLLEXPORT wxBitmapBase : public wxGDIObject
 {
 public:
@@ -149,8 +150,7 @@ protected:
 
     DECLARE_ABSTRACT_CLASS(wxBitmapBase)
 };
-
-
+#endif
 
 #if defined(__WXMSW__)
 #include "wx/msw/bitmap.h"