From 08aa1c5329918dcc1d3a0704efb5f81c43680a78 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 May 2018 14:56:41 +0300 Subject: ancient perversion removed: function CListInitialise as the special entry point for contact lists (not to mix them with usual plugins) --- plugins/Clist_nicer/src/init.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'plugins/Clist_nicer') diff --git a/plugins/Clist_nicer/src/init.cpp b/plugins/Clist_nicer/src/init.cpp index d4132cf8a7..4bf1266d31 100644 --- a/plugins/Clist_nicer/src/init.cpp +++ b/plugins/Clist_nicer/src/init.cpp @@ -107,7 +107,7 @@ static int systemModulesLoaded(WPARAM, LPARAM) return 0; } -extern "C" int __declspec(dllexport) CListInitialise() +int CMPlugin::Load() { Clist_GetInterface(); coreCli = g_clistApi; @@ -218,14 +218,6 @@ extern "C" int __declspec(dllexport) CListInitialise() return rc; } -///////////////////////////////////////////////////////////////////////////////////////// -// a plugin loader aware of CList exports will never call this. - -int CMPlugin::Load() -{ - return 1; -} - ///////////////////////////////////////////////////////////////////////////////////////// int CMPlugin::Unload() -- cgit v1.2.3