Documenting WX_MONOLITHIC build option.
[wxWidgets.git] / wxPython / wx / py / editwindow.py
index 78b75f5ccf3d5076eda48891ef50bdf9109a2afe..808e1785f3353b30f28ae9af151b346a0bb75a28 100644 (file)
@@ -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)