controls/DebugVariablePanel/DebugVariableGraphicViewer.py
branchpython3
changeset 3765 88fe6fc9fd38
parent 3764 d92c1a3dafa7
child 3773 ab11852616b8
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Oct 28 18:59:04 2022 +0800
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Oct 28 19:39:17 2022 +0800
@@ -118,15 +118,6 @@
         self.ParentControl = parent
         self.ParentWindow = window
 
-    def __del__(self):
-        """
-        Destructor
-        """
-        # Remove reference to Debug Variable Graphic Viewer and Debug Variable
-        # Panel
-        self.ParentControl = None
-        self.ParentWindow = None
-
     def OnDragOver(self, x, y, d):
         """
         Function called when mouse is dragged over Drop Target