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 --- plugins/TipperYM/src/tipper.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/TipperYM/src/tipper.cpp') diff --git a/plugins/TipperYM/src/tipper.cpp b/plugins/TipperYM/src/tipper.cpp index f8616460de..149f721a9e 100644 --- a/plugins/TipperYM/src/tipper.cpp +++ b/plugins/TipperYM/src/tipper.cpp @@ -35,7 +35,6 @@ HANDLE hFolderChanged, hSkinFolder; wchar_t SKIN_FOLDER[256]; CLIST_INTERFACE *pcli = nullptr; -FI_INTERFACE *fii = nullptr; int hLangpack; PLUGININFOEX pluginInfoEx = @@ -321,7 +320,6 @@ IconItem iconList[] = extern "C" int __declspec(dllexport) Load(void) { - CallService(MS_IMG_GETINTERFACE, FI_IF_VERSION, (LPARAM)&fii); mir_getLP(&pluginInfoEx); pcli = Clist_GetInterface(); -- cgit v1.2.3