Salome HOME
bos #19890: Fix wrong initialized type of symmetry operation in property panel
[modules/shaper.git] / src / ModuleBase / ModuleBase_PagedContainer.h
index feaaa79d8670cf321c5c30e1e2867042f7db5b81..0227e4b2ff9d22f3966595e0f7cb8fb5b1316a58 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -92,7 +92,6 @@ class MODULEBASE_EXPORT ModuleBase_PagedContainer : public ModuleBase_ModelWidge
   bool myIsFocusOnCurrentPage;
   QStringList myCaseIds;
   QList<ModuleBase_PageBase*> myPages;
-  bool myIsFirst;
   std::string myDefValue;
 };