]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/statbmp.cpp
fixed wxScreenDC for X
[wxWidgets.git] / src / mac / statbmp.cpp
index 35e918d469812fd4e6d9c2b952c7e7e19fd2234d..b66b32f07248f99891befa8646b5774d468261e3 100644 (file)
@@ -57,11 +57,6 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id,
     return ret;
 }
 
-void wxStaticBitmap::SetSize(int x, int y, int width, int height, int sizeFlags)
-{
-    wxControl::SetSize( x , y , width , height , sizeFlags ) ;
-}
-
 void wxStaticBitmap::SetBitmap(const wxBitmap& bitmap)
 {
     m_bitmap = bitmap;