X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa2f57be4db838388659fe48dbf5546daf5364f8..c3c62822fdda9d340179dec663a806e905882cc9:/include/wx/msw/textctrl.h diff --git a/include/wx/msw/textctrl.h b/include/wx/msw/textctrl.h index f5fc2fb35b..bb89c204f5 100644 --- a/include/wx/msw/textctrl.h +++ b/include/wx/msw/textctrl.h @@ -230,9 +230,6 @@ protected: // set the selection (possibly without scrolling the caret into view) void DoSetSelection(long from, long to, int flags); - // return true if there is a non empty selection in the control - bool HasSelection() const; - // get the length of the line containing the character at the given // position long GetLengthOfLineContainingPos(long pos) const;