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/MirFox/src/MirandaInterface.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/MirFox/src/MirandaInterface.cpp') diff --git a/plugins/MirFox/src/MirandaInterface.cpp b/plugins/MirFox/src/MirandaInterface.cpp index 95d9d0feb5..b4f2f6ef0b 100644 --- a/plugins/MirFox/src/MirandaInterface.cpp +++ b/plugins/MirFox/src/MirandaInterface.cpp @@ -2,8 +2,6 @@ #include "version.h" #include "mirandaInterface.h" -CLIST_INTERFACE *pcli; - //Miranda - handle from DllMain HINSTANCE hInst; @@ -148,7 +146,6 @@ static int OnShutdown(WPARAM, LPARAM) extern "C" int __declspec(dllexport) Load(void) { mir_getLP(&pluginInfo); - pcli = Clist_GetInterface(); HookEvent(ME_SYSTEM_MODULESLOADED, onModulesLoaded); HookEvent(ME_SYSTEM_SHUTDOWN, OnShutdown); -- cgit v1.2.3