X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/805c8d92b92fc29beec5e226ecd48799a70aa005..51acf83bd6029aeb8fbd8af9c316c03565c715d2:/include/wx/richtext/richtextctrl.h diff --git a/include/wx/richtext/richtextctrl.h b/include/wx/richtext/richtextctrl.h index 203b732e34..7be78d5ac7 100644 --- a/include/wx/richtext/richtextctrl.h +++ b/include/wx/richtext/richtextctrl.h @@ -664,9 +664,6 @@ public: virtual bool RecreateBuffer(const wxSize& size = wxDefaultSize); #endif - /// Set the selection - virtual void DoSetSelection(long from, long to, bool scrollCaret = true); - /// Write text virtual void DoWriteText(const wxString& value, int flags = 0);