]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unnecessarily overridden wxControl method
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 7 Apr 2002 18:21:52 +0000 (18:21 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 7 Apr 2002 18:21:52 +0000 (18:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/statbmp.h
src/mac/carbon/statbmp.cpp
src/mac/statbmp.cpp

index 18bffd3d23f7629af8b320df1d5347a2530d3682..67e92e96e6697b34aa227b1ba4c7d5c8684a96fb 100644 (file)
@@ -46,7 +46,6 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
   virtual void OnPaint( wxPaintEvent &event ) ;
-  void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
 
   wxBitmap GetBitmap() const { return m_bitmap; }
   wxIcon GetIcon() const
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;
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;