X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..4219b5e7c7886ae5985b47f622253ea7f5934151:/wxPython/wx/py/editwindow.py diff --git a/wxPython/wx/py/editwindow.py b/wxPython/wx/py/editwindow.py index 78b75f5ccf..808e1785f3 100644 --- a/wxPython/wx/py/editwindow.py +++ b/wxPython/wx/py/editwindow.py @@ -244,10 +244,6 @@ class EditWindow(stc.StyledTextCtrl): def GetSelection(self): return self.GetAnchor(), self.GetCurrentPos() - def SetSelection(self, start, end): - self.SetSelectionStart(start) - self.SetSelectionEnd(end) - def ShowPosition(self, pos): line = self.LineFromPosition(pos) #self.EnsureVisible(line)