]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualBaseModel.cpp
comment out unused
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / manualContour / manualBaseModel.cpp
index 5819d6c7dcbc391fd814086d77b1eb80dd8d4595..43a52ba2b9f65728c8b4cfaa8426a99afe3bb5b0 100644 (file)
@@ -67,7 +67,6 @@ int manualBaseModel::InsertPoint(double x,double y,double z)
                }
        }
 
-
        InsertPoint_id(ibak,x,y,z);
 
        return ibak;
@@ -119,7 +118,6 @@ void manualBaseModel::MoveAllPoints(double dx,double dy,double dz)
        }
 }
 
-
 // ----------------------------------------------------------------------------
 // type=-1  x,y,z
 // type=0      y,z
@@ -184,7 +182,7 @@ int  manualBaseModel::GetIdPoint(double x, double y, double z, int i_range,int t
 // ----------------------------------------------------------------------------
 int     manualBaseModel::IsPoint(double x, double y)
 {
-       double xx,yy,zz;
+       double xx,yy/*,zz*/;
        bool exists=false;
        int i,size=_lstPoints.size();
        for (i=0;i<size;i++){