Index: remove_act.c =================================================================== --- remove_act.c (revision 17328) +++ remove_act.c (revision 17329) @@ -50,7 +50,7 @@ %end-doc */ -static int pcb_act_Delete(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) +static int pcb_act_Delete(int argc, const char **argv) { const char *function = PCB_ACTION_ARG(0); int id = pcb_funchash_get(function, NULL); @@ -94,7 +94,7 @@ %end-doc */ -static int pcb_act_RemoveSelected(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) +static int pcb_act_RemoveSelected(int argc, const char **argv) { if (pcb_remove_selected()) pcb_board_set_changed_flag(pcb_true);