From dea9c030340e50324eba97c72a27c151bed12e1c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Jan 2018 17:38:31 +0300 Subject: AdvaImg: - freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg --- protocols/SkypeWeb/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/SkypeWeb/src/main.cpp') diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp index 765b40ea7b..1b512abb87 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -20,7 +20,6 @@ along with this program. If not, see . int hLangpack; HINSTANCE g_hInstance; CLIST_INTERFACE *pcli; -FI_INTERFACE *fii = nullptr; char g_szMirVer[100]; HANDLE g_hCallEvent; CHAT_MANAGER *pci; @@ -58,7 +57,6 @@ extern "C" int __declspec(dllexport) Load(void) mir_getLP(&pluginInfo); pcli = Clist_GetInterface(); pci = Chat_GetInterface(); - CallService(MS_IMG_GETINTERFACE, FI_IF_VERSION, (LPARAM)&fii); Miranda_GetVersionText(g_szMirVer, sizeof(g_szMirVer)); PROTOCOLDESCRIPTOR pd = { 0 }; -- cgit v1.2.3