summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-10 13:28:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-10 13:28:49 +0000
commit794fa3fb5cc63ac9b69908bd04f4be985a4a8cd1 (patch)
treefdbdd95eff3b6508bd38aefb0695ccd96afdbbca /plugins/FingerprintNG/src/main.cpp
parentf2935b7bf093965926cee07254f7a015ecd492cd (diff)
- unused services MS_FP_SAMECLIENTS & MS_FP_GETCLIENTICON removed;
- Finger_IsSameClents & Finger_GetClientIcon helpers added; - unused code removed from FingerPrint or replaced with the calls from mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@5632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/main.cpp')
-rw-r--r--plugins/FingerprintNG/src/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/FingerprintNG/src/main.cpp b/plugins/FingerprintNG/src/main.cpp
index b35de299ba..8415390044 100644
--- a/plugins/FingerprintNG/src/main.cpp
+++ b/plugins/FingerprintNG/src/main.cpp
@@ -28,8 +28,6 @@ int hLangpack;
HANDLE hHeap = NULL;
-LPSTR g_szClientDescription = NULL;
-
//End of header
// PluginInfo & PluginInfoEx
@@ -70,9 +68,6 @@ extern "C" int __declspec(dllexport) Load(void)
extern "C" int __declspec(dllexport) Unload()
{
- if (g_szClientDescription != NULL)
- mir_free(g_szClientDescription);
-
HeapDestroy(hHeap);
ClearFI();
UninitFingerModule();