Index: crosshair.h =================================================================== --- crosshair.h (revision 25334) +++ crosshair.h (revision 25335) @@ -78,8 +78,6 @@ long int *drags; int drags_len, drags_current; pcb_coord_t dragx, dragy; /* the point where drag started */ - - unsigned click_cmd_entry_active:1; /* true if the command entry was active during a mosue click while actions are executed */ } pcb_crosshair_t;