Salome HOME
Fix for bug IPAL9258(/dn06/../current1706): SIGSEGV after trying to close dialog...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupDlg.h
index c01482e972680b1b2c076e5473112603455090b5..112738099a4d6009baf7118abe6532e04bd8145e 100644 (file)
@@ -119,7 +119,6 @@ private:
     int                           myGrpTypeId; /* Current group type id : standalone or group on geometry */
     int                           myTypeId;                /* Current type id = radio button id */
     QLineEdit*                    myCurrentLineEdit;       /* Current  LineEdit */
-    SVTK_ViewWindow*              myViewWindow;
     SVTK_Selector*                mySelector;
 
     QPushButton*                  myMeshGroupBtn;