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 --- plugins/Variables/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Variables/src/main.cpp') diff --git a/plugins/Variables/src/main.cpp b/plugins/Variables/src/main.cpp index 3ddf6b707c..b7195bcc6d 100644 --- a/plugins/Variables/src/main.cpp +++ b/plugins/Variables/src/main.cpp @@ -18,7 +18,6 @@ */ #include "stdafx.h" -CLIST_INTERFACE *pcli; HINSTANCE hInst; int hLangpack = 0; @@ -56,7 +55,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) extern "C" int __declspec(dllexport) Load(void) { mir_getLP(&pluginInfoEx); - pcli = Clist_GetInterface(); LoadVarModule(); return 0; -- cgit v1.2.3