plugger.py
changeset 217 f3eb35df4d87
parent 215 0a98f2308107
child 222 d0f7d36bf241
--- a/plugger.py	Fri Aug 22 15:27:37 2008 +0200
+++ b/plugger.py	Fri Aug 22 15:30:09 2008 +0200
@@ -683,8 +683,6 @@
         self.PLCEditor = None
         # copy PluginMethods so that it can be later customized
         self.PluginMethods = [dic.copy() for dic in self.PluginMethods]
-        # special root member for handlig PLC execution
-        self.runningPLC = None
 
     def PlugTestModified(self):
          return self.ChangesToSave or not self.ProjectIsSaved()