summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-15 21:30:50 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-15 21:30:50 +0000
commit43a7a15c843bd862f7917e6c58b710491e0882d5 (patch)
treef86db717605b6d96b48a8fd1bd54accda1bd28dd /plugins
parentc741ff02d98d9a2cea75cc326771fb674b7957ac (diff)
unneeded call removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/FingerPrintModPlus/src/fingerprint.cpp2
1 files changed, 1 insertions, 1 deletions
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)