]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/names.cxx
(some of the) unused variables
[bbtk.git] / packages / vtk / src / names.cxx
index dfdb0110c3c083606edd511929ccefb1202ce39d..4c01e5c0df3f37270589b61ad10c050d3e0a0281 100755 (executable)
@@ -44,7 +44,7 @@ std::string StringReplace(std::string in, std::string viejo, std::string nuevo)
   while (found!=std::string::npos)
   {
     //Mienstras halla
-    int inicio = int(found);
+    //int inicio = int(found); // JPR
     in.replace(found,viejo.length(),nuevo);
     found=in.find(viejo);
   }