Index: polycombine.c =================================================================== --- polycombine.c (revision 27952) +++ polycombine.c (revision 27953) @@ -339,8 +339,6 @@ char *polycombine_cookie = "polycombine plugin"; -PCB_REGISTER_ACTIONS(polycombine_action_list, polycombine_cookie) - int pplg_check_ver_polycombine(int ver_needed) { return 0; } void pplg_uninit_polycombine(void) @@ -348,7 +346,6 @@ pcb_remove_actions_by_cookie(polycombine_cookie); } -#include "dolists.h" int pplg_init_polycombine(void) { PCB_API_CHK_VER;