controls/SearchResultPanel.py
changeset 1846 14b40afccd69
parent 1836 d42b6cf00fa6
child 1847 6198190bc121
--- a/controls/SearchResultPanel.py	Tue Oct 03 16:12:55 2017 +0300
+++ b/controls/SearchResultPanel.py	Tue Oct 03 16:31:31 2017 +0300
@@ -272,7 +272,6 @@
         return OnTextCtrlDClick
 
     def GenerateSearchResultsTreeBranch(self, root, infos):
-        to_delete = []
         if infos["name"] == "body":
             item_name = "%d:" % infos["data"][1][0]
         else: