]> git.saurik.com Git - wxWidgets.git/commitdiff
don't declare HasSelection() in this class and especially don't declare it as protected
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Sep 2007 12:47:12 +0000 (12:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Sep 2007 12:47:12 +0000 (12:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/textctrl.h

index f5fc2fb35be64b87b195751a0bc71fcf5061644e..bb89c204f592bb90da52f8da8695ca62043a0f6d 100644 (file)
@@ -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;