summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/main.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-08 20:49:13 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-08 20:49:13 +0000
commitc4c6db15b55147b4b8fbe944cf6d46c9ba2ff5a3 (patch)
tree2d85a20d11fae6ddbdc7d01c2311334f64a6940b /plugins/FingerprintNG/src/main.cpp
parentbd1739ee0ce7af9d5849b8902de4be82432eea54 (diff)
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/main.cpp')
-rw-r--r--plugins/FingerprintNG/src/main.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/FingerprintNG/src/main.cpp b/plugins/FingerprintNG/src/main.cpp
index e3cb770bfa..0bf08fb1e6 100644
--- a/plugins/FingerprintNG/src/main.cpp
+++ b/plugins/FingerprintNG/src/main.cpp
@@ -50,8 +50,8 @@ PLUGININFOEX pluginInfoEx = {
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- //{687364AF-58B0-4AF2-A4EE-20F40A8D9AFB}
- {0x687364af, 0x58b0, 0x4af2, { 0xa4, 0xee, 0x20, 0xf4, 0xa, 0x8d, 0x9a, 0xfb}}
+ // {687364AF-58B0-4AF2-A4EE-20F40A8D9AFB}
+ {0x687364af, 0x58b0, 0x4af2, {0xa4, 0xee, 0x20, 0xf4, 0xa, 0x8d, 0x9a, 0xfb}}
};
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
@@ -65,10 +65,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
return &pluginInfoEx;
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_FINGERPRINT, MIID_LAST };
-
-///////////////////////////////////////////////////////////////////////////////
-
static int OnPreShutdown(WPARAM wParam, LPARAM lParam)
{
DestroyServiceFunction(compClientServA);