]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/CutModule/kernel/CutModelManager.cxx
\ No newline at end of file
[creaMaracasVisu.git] / lib / maracasVisuLib / src / CutModule / kernel / CutModelManager.cxx
index af045359d32058b33fd2267f9365835c584f693f..9cec5c6fefa0bd524b55ade0166508cae0e3265a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: CutModelManager.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/12/08 13:42:39 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2010/02/08 15:20:22 $
+  Version:   $Revision: 1.6 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -286,7 +286,6 @@ int CutModelManager::Undo() throw( CutModelException){
 int CutModelManager::Redo()    throw( CutModelException){
 
        if(_currentaction >= 0 && _currentaction < _undoredo.size()){
-               
 
                CutModelSaveBinInfo* currentundo = _undoredo[_currentaction];
                CutModelData* currentmodel;
@@ -305,4 +304,4 @@ int CutModelManager::Redo() throw( CutModelException){
                return 0;
        }
        return -1;
-}
\ No newline at end of file
+}