]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/textctrl.h
Disconnect all GTK signals referencing a wx object which is being destructed
[wxWidgets.git] / include / wx / osx / textctrl.h
index 283a1694ea1643dad0c8fb92be2fcb220561ed7e..c983eee96457b37d3ee4e0623ff4a31488c9efb0 100644 (file)
@@ -75,10 +75,6 @@ public:
     virtual void MarkDirty();
     virtual void DiscardEdits();
 
-    // set the max number of characters which may be entered
-    // in a single line text control
-    virtual void SetMaxLength(unsigned long len);
-
     // set the grayed out hint text
     virtual bool SetHint(const wxString& hint);
     virtual wxString GetHint() const;