controls/SearchResultPanel.py
changeset 2177 10aa87518401
parent 1948 b9a3f771aaab
child 2450 5024c19ca8f0
--- a/controls/SearchResultPanel.py	Thu Jun 07 14:45:03 2018 +0300
+++ b/controls/SearchResultPanel.py	Thu Jun 07 16:31:26 2018 +0300
@@ -58,13 +58,6 @@
 
 class SearchResultPanel(wx.Panel):
 
-    if wx.VERSION < (2, 6, 0):
-        def Bind(self, event, function, id=None):
-            if id is not None:
-                event(self, id, function)
-            else:
-                event(self, function)
-
     def _init_coll_MainSizer_Items(self, parent):
         parent.AddSizer(self.HeaderSizer, 0, border=0, flag=wx.GROW)
         parent.AddWindow(self.SearchResultsTree, 1, border=0, flag=wx.GROW)