Salome HOME
Merge multi-study removal branch.
[modules/smesh.git] / src / Tools / MeshCut / meshcut_plugin.py
index c5abe768acb477e58d2a1bd835d11b71f7347623..7f47b61a5473f58281584341543a10b4a58c76a7 100644 (file)
@@ -21,9 +21,8 @@
 # if not, copy this file as ${HOME}/Plugins/smesh_plugins.py or ${APPLI}/Plugins/smesh_plugins.py
 
 def MeshCut(context):
-  # get context study, studyId, salomeGui
+  # get context study, salomeGui
   study = context.study
-  studyId = context.studyId
   sg = context.sg
   
   import os