]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
specific workaround for XCODE native
[wxWidgets.git] / include / wx / control.h
index ecde84ec8fb93b16de7c267806faad18be5760ff..62ea97b1b357308d88982341a5e606e5d4bbcf3e 100644 (file)
@@ -74,10 +74,6 @@ protected:
                        const wxValidator& validator,
                        const wxString& name);
 
-    // this function is obsolete, it is only kept for backwards compatibility,
-    // do *not* use it
-    void InheritAttributes() { }
-
     // initialize the common fields of wxCommandEvent
     void InitCommandEvent(wxCommandEvent& event) const;