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_blind/src/init.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'plugins/Clist_blind') diff --git a/plugins/Clist_blind/src/init.cpp b/plugins/Clist_blind/src/init.cpp index cb83fe7179..69d8883d96 100644 --- a/plugins/Clist_blind/src/init.cpp +++ b/plugins/Clist_blind/src/init.cpp @@ -115,7 +115,7 @@ static INT_PTR GetStatusMode(WPARAM, LPARAM) ///////////////////////////////////////////////////////////////////////////////////////// // main clist initialization routine -extern "C" int __declspec(dllexport) CListInitialise() +int CMPlugin::Load() { g_bSortByStatus = db_get_b(NULL, "CList", "SortByStatus", SETTING_SORTBYSTATUS_DEFAULT); g_bSortByProto = db_get_b(NULL, "CList", "SortByProto", SETTING_SORTBYPROTO_DEFAULT); @@ -145,14 +145,6 @@ extern "C" int __declspec(dllexport) CListInitialise() return 0; } -///////////////////////////////////////////////////////////////////////////////////////// -// a plugin loader aware of CList exports will never call this. - -int CMPlugin::Load() -{ - return 1; -} - ///////////////////////////////////////////////////////////////////////////////////////// wchar_t* MyDBGetContactSettingTString(MCONTACT hContact, char* module, char* setting, wchar_t* out, size_t len, wchar_t *def) -- cgit v1.2.3