Index: select_act.c =================================================================== --- select_act.c (revision 15891) +++ select_act.c (revision 15892) @@ -86,8 +86,6 @@ { const char *function = PCB_ACTION_ARG(0); if (function) { - int type; - switch (pcb_funchash_get(function, NULL)) { /* select objects by their names */ /* select a single object */ @@ -195,7 +193,6 @@ { const char *function = PCB_ACTION_ARG(0); if (function) { - int type; switch (pcb_funchash_get(function, NULL)) { /* all objects in block */