X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99eb484a70f3725340ee1c487f54a0d45f786039..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/osx/textctrl.h?ds=sidebyside diff --git a/include/wx/osx/textctrl.h b/include/wx/osx/textctrl.h index 283a1694ea..c983eee964 100644 --- a/include/wx/osx/textctrl.h +++ b/include/wx/osx/textctrl.h @@ -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;