]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/bitmap.h
(re)enable Cancel button in Resume()
[wxWidgets.git] / include / wx / os2 / bitmap.h
index de14c11b1af2cfad96648dc76add43033ae83e21..68efa967580514958d5a793a624d68807a257eba 100644 (file)
@@ -217,7 +217,6 @@ public:
       { return (GetBitmapData() ? GetBitmapData()->m_pSelectedInto : (wxDC*) NULL); }
 
     inline bool IsMono(void) const { return m_bIsMono; }
-    inline bool Flip(void) const { return m_bFlip; }
 
 
     // An OS/2 version that probably doesn't do anything like the msw version
@@ -242,7 +241,6 @@ private:
     bool CopyFromIconOrCursor(const wxGDIImage& rIcon);
 
     bool                            m_bIsMono;
-    bool                            m_bFlip;
     DECLARE_DYNAMIC_CLASS(wxBitmap)
 }; // end of CLASS wxBitmap