Salome HOME
#29481: Show parts in study tree (parts drag and drop)
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Interpolation.cpp
index fd4ebcf0d4ab73f97a1d6109445a1aea8cdcae6e..57b10ea304e9adb885b5193f4198da92c1e34112 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  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
@@ -121,7 +121,6 @@ void BuildPlugin_Interpolation::attributeChanged(const std::string& theID)
 //=================================================================================================
 void BuildPlugin_Interpolation::updateCoordinates()
 {
-    std::wstring exp;
     double aMint = real(MINT_ID())->value();
     double aMaxt = real(MAXT_ID())->value();
     int aNbrStep = integer(NUMSTEP_ID())->value();