From 43a7a15c843bd862f7917e6c58b710491e0882d5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 15 Jul 2012 21:30:50 +0000 Subject: unneeded call removed git-svn-id: http://svn.miranda-ng.org/main/trunk@984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FingerPrintModPlus/src/fingerprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/FingerPrintModPlus/src') diff --git a/plugins/FingerPrintModPlus/src/fingerprint.cpp b/plugins/FingerPrintModPlus/src/fingerprint.cpp index e20150b5d9..e0813579b5 100644 --- a/plugins/FingerPrintModPlus/src/fingerprint.cpp +++ b/plugins/FingerPrintModPlus/src/fingerprint.cpp @@ -577,7 +577,7 @@ HICON FASTCALL LoadIconFromExternalFile(LPTSTR filename, int nLibrary, LPSTR Ico sid.cx = sid.cy = 16; Skin_AddIcon(&sid); - hIcon = ((HICON)CallService(MS_SKIN2_GETICON, 0, (LPARAM)IconName)); + // hIcon = ((HICON)CallService(MS_SKIN2_GETICON, 0, (LPARAM)IconName)); } if(NeedFree) -- cgit v1.2.3