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/UserInfoEx/src/commonheaders.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/UserInfoEx/src/commonheaders.cpp') diff --git a/plugins/UserInfoEx/src/commonheaders.cpp b/plugins/UserInfoEx/src/commonheaders.cpp index 81851c8948..1cfa8ca83b 100644 --- a/plugins/UserInfoEx/src/commonheaders.cpp +++ b/plugins/UserInfoEx/src/commonheaders.cpp @@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // global: HINSTANCE ghInst = nullptr; -FI_INTERFACE *FIP = nullptr; //freeimage interface CLIST_INTERFACE *pcli = nullptr; MGLOBAL myGlobals; -- cgit v1.2.3