]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/bitmap.cpp
Add go to first/last and plus/minus art provider icons.
[wxWidgets.git] / src / palmos / bitmap.cpp
index ed435cf0dddfc2bb0edffb0f697dc7500c37e6a1..9d255288349bfe3f3365bed2a0c569ef293946ed 100644 (file)
@@ -77,10 +77,6 @@ public:
     wxPalette     m_bitmapPalette;
 #endif // wxUSE_PALETTE
 
     wxPalette     m_bitmapPalette;
 #endif // wxUSE_PALETTE
 
-#ifdef __WXDEBUG__
-    wxDC         *m_selectedInto;
-#endif // __WXDEBUG__
-
 #if wxUSE_WXDIB
     wxDIB *m_dib;
 #endif
 #if wxUSE_WXDIB
     wxDIB *m_dib;
 #endif
@@ -147,9 +143,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxBitmapHandler, wxObject)
 
 wxBitmapRefData::wxBitmapRefData()
 {
 
 wxBitmapRefData::wxBitmapRefData()
 {
-#ifdef __WXDEBUG__
-    m_selectedInto = NULL;
-#endif
     m_bitmapMask = NULL;
 
     m_hBitmap = (WXHBITMAP) NULL;
     m_bitmapMask = NULL;
 
     m_hBitmap = (WXHBITMAP) NULL;
@@ -310,15 +303,6 @@ wxMask *wxBitmap::GetMask() const
     return NULL;
 }
 
     return NULL;
 }
 
-#ifdef __WXDEBUG__
-
-wxDC *wxBitmap::GetSelectedInto() const
-{
-    return NULL;
-}
-
-#endif
-
 bool wxBitmap::HasAlpha() const
 {
     return false;
 bool wxBitmap::HasAlpha() const
 {
     return false;
@@ -328,14 +312,6 @@ bool wxBitmap::HasAlpha() const
 // wxBitmap setters
 // ----------------------------------------------------------------------------
 
 // wxBitmap setters
 // ----------------------------------------------------------------------------
 
-#ifdef __WXDEBUG__
-
-void wxBitmap::SetSelectedInto(wxDC *dc)
-{
-}
-
-#endif
-
 #if wxUSE_PALETTE
 
 void wxBitmap::SetPalette(const wxPalette& palette)
 #if wxUSE_PALETTE
 
 void wxBitmap::SetPalette(const wxPalette& palette)