From 35e2289786a7f1542573d1a58ebc971970ea981c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 22:10:25 +0300 Subject: CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName --- protocols/FacebookRM/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/FacebookRM/src/main.cpp') diff --git a/protocols/FacebookRM/src/main.cpp b/protocols/FacebookRM/src/main.cpp index 2e7f7849dd..ee2810a5c7 100644 --- a/protocols/FacebookRM/src/main.cpp +++ b/protocols/FacebookRM/src/main.cpp @@ -25,7 +25,6 @@ along with this program. If not, see . // TODO: Make following as "globals" structure? CMPlugin g_plugin; -CLIST_INTERFACE *pcli; int hLangpack; HINSTANCE g_hInstance; @@ -68,7 +67,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC extern "C" int __declspec(dllexport) Load(void) { mir_getLP(&pluginInfo); - pcli = Clist_GetInterface(); InitIcons(); InitContactMenus(); -- cgit v1.2.3