Salome HOME
CCAR: correction edition include avec fichier inexistant
[tools/eficas.git] / Editeur / macrodisplay.py
index 971dd10c25ff6f4719e7fb94373c06919093fa6b..af5671e9711956282f27b505b705309561a25cc2 100644 (file)
@@ -108,10 +108,6 @@ class MacroDisplay:
       if radio:menu.invoke(radio)
 
   def quit(self):
-    try:
-       self.macroitem.views.remove(self)
-    except:
-       pass
     self.fenetre.destroy()
 
 def makeMacroDisplay(appli,macroitem,nom_item):