]> Creatis software - creaMaracasVisu.git/commitdiff
comment out unused
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 29 Apr 2010 15:39:43 +0000 (15:39 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 29 Apr 2010 15:39:43 +0000 (15:39 +0000)
lib/maracasVisuLib/src/CutModule/interface/CutModelMainPanel.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualBaseModel.cpp
lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualContourBaseControler.cpp

index c667375fec9c34125070b509f59d4f7e4c4cd3c3..68dbb67e5bf38a8da8e84f39a5c42c19e363ec11 100644 (file)
@@ -3,8 +3,8 @@
 Program:   wxMaracas
 Module:    $RCSfile: CutModelMainPanel.cxx,v $
 Language:  C++
-Date:      $Date: 2010/03/31 12:41:56 $
-Version:   $Revision: 1.8 $
+Date:      $Date: 2010/04/29 15:39:43 $
+Version:   $Revision: 1.9 $
 
 Copyright: (c) 2002, 2003
 License:
@@ -255,7 +255,7 @@ void CutModelMainPanel::onUndo()
        {
        try{
                checkInvariant();               
-               int result = cutmanager->Undo(); // result unused// JPR
+               /*int result = */ cutmanager->Undo(); // result unused// JPR
 
        }catch(CutModelException e){
                showErrorDialog(e.getCause());
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++){
index 43a626013110c9209c8a1f01f7946e22c4541bce..c8db3cb46879a1248283bd07e3f77ffb347a30a2 100644 (file)
@@ -298,7 +298,7 @@ void manualContourBaseControler::MouseDLeft(int x, int y )
        {
                
                int z=GetZ();
-               bool temp = _manViewBaseCont->SelectPosibleContour(x,y,z);
+               /*bool temp = */ _manViewBaseCont->SelectPosibleContour(x,y,z);
 
                _manViewBaseCont->SelectPosiblePoint(x,y,z);