]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/bitmap.cpp
support underlined text in wxCairoContext (Marcin's patch) (closes #9846)
[wxWidgets.git] / src / palmos / bitmap.cpp
index 5855685a63e6f1dab30814777ee4b99183d4f84d..674aa379a903cc3e0859e8161f5a8d0a65f10e8d 100644 (file)
 
 #include "wx/xpmdecod.h"
 
-#ifdef wxHAVE_RAW_BITMAP
-#include "wx/rawbmp.h"
-#endif
-
 // missing from mingw32 header
 #ifndef CLR_INVALID
     #define CLR_INVALID ((COLORREF)-1)
@@ -331,10 +327,6 @@ wxDC *wxBitmap::GetSelectedInto() const
 
 #endif
 
-void wxBitmap::UseAlpha()
-{
-}
-
 bool wxBitmap::HasAlpha() const
 {
     return false;
@@ -368,18 +360,6 @@ void wxBitmap::SetMask(wxMask *mask)
 // raw bitmap access support
 // ----------------------------------------------------------------------------
 
-#ifdef wxHAVE_RAW_BITMAP
-void *wxBitmap::GetRawData(wxPixelDataBase& data, int bpp)
-{
-    return NULL;
-}
-
-void wxBitmap::UngetRawData(wxPixelDataBase& dataBase)
-{
-    return;
-}
-#endif // #ifdef wxHAVE_RAW_BITMAP
-
 // ----------------------------------------------------------------------------
 // wxMask
 // ----------------------------------------------------------------------------