]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/bitmap.h
reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long...
[wxWidgets.git] / include / wx / mgl / bitmap.h
index ab6806b3e912d56c375da0fe9c652fb5598396b8..0d14a1cc51ce009ee430100830fb2a5e7273a89f 100644 (file)
@@ -23,11 +23,6 @@ struct bitmap_t;
 // wxBitmap
 //-----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxBitmapHandler: public wxBitmapHandlerBase
-{
-    DECLARE_ABSTRACT_CLASS(wxBitmapHandler)
-};
-
 class WXDLLEXPORT wxBitmap: public wxBitmapBase
 {
 public:
@@ -38,8 +33,6 @@ public:
     wxBitmap(const wxString &filename, wxBitmapType type = wxBITMAP_TYPE_RESOURCE);
     wxBitmap(const wxImage& image, int depth = -1);
     virtual ~wxBitmap() {}
-    bool Ok() const { return IsOk(); }
-    bool IsOk() const;
 
     bool Create(int width, int height, int depth = -1);