controls/LibraryPanel.py
branchpython3
changeset 3765 88fe6fc9fd38
parent 3750 f62625418bff
child 3789 8def429216ca
--- a/controls/LibraryPanel.py	Fri Oct 28 18:59:04 2022 +0800
+++ b/controls/LibraryPanel.py	Fri Oct 28 19:39:17 2022 +0800
@@ -114,13 +114,6 @@
         # Variable storing functions and function blocks library to display
         self.BlockList = None
 
-    def __del__(self):
-        """
-        Destructor
-        """
-        # Remove reference to project controller
-        self.Controller = None
-
     def SetController(self, controller):
         """
         Set reference to project controller