Index: smartdisperse.c =================================================================== --- smartdisperse.c (revision 27952) +++ smartdisperse.c (revision 27953) @@ -230,8 +230,6 @@ char *smartdisperse_cookie = "smartdisperse plugin"; -PCB_REGISTER_ACTIONS(smartdisperse_action_list, smartdisperse_cookie) - int pplg_check_ver_smartdisperse(int ver_needed) { return 0; } void pplg_uninit_smartdisperse(void) @@ -239,7 +237,6 @@ pcb_remove_actions_by_cookie(smartdisperse_cookie); } -#include "dolists.h" int pplg_init_smartdisperse(void) { PCB_API_CHK_VER;