Salome HOME
added new GlueFaces feature
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetSwitch.cpp
index 77ee2162e031b732711c47726c25362736d5c22c..7428db7d0045dfd7ede4c0c28178ab79800eeee3 100644 (file)
@@ -57,10 +57,7 @@ int ModuleBase_WidgetSwitch::addPage(ModuleBase_PageBase* thePage, const QString
                                                                    const QPixmap& theIcon,
                                                                    const QString& theTooltip)
 {
-#ifdef _DEBUG
-  int aSuperCount =
-#endif
-    ModuleBase_PagedContainer::addPage(thePage, theName, theCaseId, theIcon, theTooltip);
+  ModuleBase_PagedContainer::addPage(thePage, theName, theCaseId, theIcon, theTooltip);
   myCombo->addItem(translate(theName.toStdString()));
   int aResultCount = myCombo->count();
   if (aResultCount == 2)