]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/LogicalColorBar.cxx
no message
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / LogicalColorBar.cxx
index 642f0d6305e616ecbf43fac3ba009e426ae16724..d94b7560abb78d3b44b0bb4d4ffc648d8d3219d2 100644 (file)
                
                if(xRealValue>=minValue && xRealValue<=maxValue)
                {
-                       bool ifContinue = true;
+                       // bool ifContinue = true; // JPRx
                        //pColorPoint * colorPoint, nextColorPoint;
                        int maxIndex= logicColorPoints.size()-1;
-                       int nextIndex = 0;
-                       int nextX = 0;
+                       // int nextIndex = 0; // JPRx
+                       //int nextX = 0; // JPRx
                        int i = 0;
                                        
                        std::vector <pColorPoint*>::iterator iter;