Salome HOME
#29481: Show parts in study tree (parts drag and drop)
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Interpolation.cpp
index 13cdab609d97d0266b4440ce39f64b89bbffdcaf..57b10ea304e9adb885b5193f4198da92c1e34112 100644 (file)
@@ -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();