git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36153 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
     // Set/get the window's font
     virtual bool SetFont(const wxFont& f);
 //    inline virtual wxFont& GetFont() const;
-    virtual void SetLabel(const wxString& label) { SetTitle(label); }
-    virtual wxString GetLabel() const { return GetTitle(); }
+    virtual void SetLabel(const wxString& WXUNUSED(label)) { }
+    virtual wxString GetLabel() const { return wxEmptyString; }
     // label handling
     // Get character size
     virtual int GetCharHeight() const;