Index: tool_logic.h =================================================================== --- tool_logic.h (revision 29396) +++ tool_logic.h (revision 29397) @@ -37,16 +37,5 @@ void pcb_tool_attach_for_copy(pcb_hidlib_t *hl, pcb_coord_t PlaceX, pcb_coord_t PlaceY, pcb_bool do_rubberband); void pcb_tool_notify_block(void); /* create first or second corner of a marked block (when clicked) */ -extern pcb_bool pcb_tool_is_saved; -/**** old helpers ****/ - -/* does what's appropriate for the current mode setting (when clicked). This - normally means creation of an object at the current crosshair location. - new created objects are added to the create undo list of course */ -void pcb_press_mode(pcb_hidlib_t *hidlib); - -void pcb_release_mode(pcb_hidlib_t *hidlib); - - #endif