]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/stattext.h
I got tired of some of the memory leak messages related to html and
[wxWidgets.git] / include / wx / os2 / stattext.h
index 0cc438e9b671c47408d07e64795fdae1f0532e2b..aa8eaf229eb9731065a8474cffd145c543ad046e 100644 (file)
@@ -50,8 +50,6 @@ class WXDLLEXPORT wxStaticText: public wxControl
   // operations
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
-private:
-  void SetSize(int width, int height) {wxWindow::SetSize(width, height);}
 };
 
 #endif