Salome HOME
Fix for Bug IPAL8945
[modules/visu.git] / src / VISUGUI / VisuGUI_CutPlanesDlg.h
index 227830fa28c3456141fba234a51e463c797a3510..e5ccea9ff9236f6552a37ce07eb502ec0b976382 100644 (file)
@@ -105,8 +105,7 @@ class VisuGUI_CutPlanesDlg : public QDialog
     Q_OBJECT
 
 public:
-    VisuGUI_CutPlanesDlg (SalomeApp_Module* theModule,
-                         bool theIsCreation = true, bool theIsModal = true);
+    VisuGUI_CutPlanesDlg (SalomeApp_Module* theModule);
     ~VisuGUI_CutPlanesDlg() {};
 
     void initFromPrsObject (VISU::CutPlanes_i* thePrs);
@@ -121,8 +120,6 @@ private:
     VisuGUI_CutPlanesPane* myCutPane;
     VisuGUI_ScalarBarPane* myScalarPane;
     VISU::CutPlanes_i*     myPrs;
-
-    bool myIsCreation;
 };