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) --- src/core/stdclist/src/init.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/core') diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index 046273e99d..ce90b6e13d 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -105,7 +105,7 @@ static INT_PTR GetStatusMode(WPARAM, LPARAM) ///////////////////////////////////////////////////////////////////////////////////////// // main clist initialization routine -extern "C" __declspec(dllexport) int 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); @@ -126,11 +126,3 @@ extern "C" __declspec(dllexport) int CListInitialise() InitCustomMenus(); return 0; } - -///////////////////////////////////////////////////////////////////////////////////////// -// a plugin loader aware of CList exports will never call this. - -int CMPlugin::Load() -{ - return 1; -} -- cgit v1.2.3