Removed conflicting virtual function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-03-06 08:19:31 +00:00
parent bc4f1ff265
commit d35146fa5d
2 changed files with 0 additions and 8 deletions

View File

@@ -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);