]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/stattext.h
removing outdated code
[wxWidgets.git] / include / wx / gtk / stattext.h
index d3a4bc15765520ee070545413aab18c3352efaf3..f043e1ecfcbc2df0bfbf299e9106d4a22714b2f1 100644 (file)
@@ -48,15 +48,13 @@ protected:
     virtual bool GTKWidgetNeedsMnemonic() const;
     virtual void GTKWidgetDoSetMnemonic(GtkWidget* w);
 
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
-
     virtual wxSize DoGetBestSize() const;
 
     virtual wxString DoGetLabel() const;
     virtual void DoSetLabel(const wxString& str);
+#if wxUSE_MARKUP
     virtual bool DoSetLabelMarkup(const wxString& markup);
+#endif // wxUSE_MARKUP
 
 private:
     // Common part of SetLabel() and DoSetLabelMarkup().