|  | ||
| 
 | 
 void undo_off ( void ) 
 
 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The undo_off function shuts off the undo system, leaving the redo system running 
 | 
 | 
| Parameters | none 
 | 
 | 
| Return Value | none 
 | 
 | 
| Remarks | Sometimes this is used when you wish to store geometry with undo_add_bos and further command activity would be redundant. 
 | 
 | 
| See Also | Undo System Usage, undo_on, undo_stop, undo_suspend, is_undo_off | 
 |