Index: main_act.c =================================================================== --- main_act.c (revision 17557) +++ main_act.c (revision 17558) @@ -50,13 +50,8 @@ #include "flag_str.h" #include "obj_common.h" - -/* --------------------------------------------------------------------------- */ - static const char pcb_acts_PrintActions[] = "PrintActions()"; - static const char pcb_acth_PrintActions[] = "Print all actions available."; - fgw_error_t pcb_act_PrintActions(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_print_actions(); @@ -63,12 +58,9 @@ PCB_ACT_IRES(0); return 0; } -/* --------------------------------------------------------------------------- */ static const char pcb_acts_DumpActions[] = "DumpActions()"; - static const char pcb_acth_DumpActions[] = "Dump all actions available."; - fgw_error_t pcb_act_DumpActions(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_dump_actions();