]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix compilation warning.
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 19 May 2020 04:27:15 +0000 (07:27 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 19 May 2020 04:27:15 +0000 (07:27 +0300)
src/ModuleBase/ModuleBase_WidgetSelectionFilter.cpp

index 3e3d407d3a1f903f381fa8a7f6e530513ca0478e..9b09b72057e4957b663cdad891314dc9aa697119 100644 (file)
@@ -360,7 +360,6 @@ void ModuleBase_WidgetSelectionFilter::onAddFilter(int theIndex)
   std::string aText = myFiltersCombo->itemText(theIndex).toStdString();
 
   std::list<FilterPtr>::iterator aIt;
-  int i;
   std::string aFilter;
   std::map<std::string, FilterPtr>::const_iterator aFound = myFilters.find(aText);
   if (aFound == myFilters.end()) {