diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 05:50:20 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 05:50:20 +0000 |
commit | 96d7941b3da1e5c4e79688312a55d0fd45b58b69 (patch) | |
tree | abc50df4d3e7890888689e0321b89abc5cebfccf /plugins/YAMN | |
parent | bc314fb66bc0db2ad53630da92809d1d33052d9e (diff) |
removed not needed interfaces (i think it was last)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3517 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN')
-rw-r--r-- | plugins/YAMN/src/main.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/YAMN/src/main.cpp b/plugins/YAMN/src/main.cpp index 1e9c6aa545..8528d7d95f 100644 --- a/plugins/YAMN/src/main.cpp +++ b/plugins/YAMN/src/main.cpp @@ -45,9 +45,10 @@ PLUGININFOEX pluginInfo = { "y_b tweety (majvan)",
"francois.mean@skynet.be",
"© (2002-2004 majvan) 2005-2007 tweety y_b Miranda community",
- "http://miranda-ng.org/", //"http://www.majvan.host.sk/Projekty/YAMN?fm = soft",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
- { 0xb047a7e5, 0x27a, 0x4cfc, { 0x8b, 0x18, 0xed, 0xa8, 0x34, 0x5d, 0x27, 0x90 } } // {B047A7E5-027A-4cfc-8B18-EDA8345D2790}
+ // {B047A7E5-027A-4cfc-8B18-EDA8345D2790}
+ {0xb047a7e5, 0x27a, 0x4cfc, {0x8b, 0x18, 0xed, 0xa8, 0x34, 0x5d, 0x27, 0x90}}
};
HANDLE hNewMailHook;
@@ -156,10 +157,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda /////////////////////////////////////////////////////////////////////////////////////////
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MUUID_YAMN_FORCECHECK, MIID_LAST};
-
-/////////////////////////////////////////////////////////////////////////////////////////
-
#ifdef YAMN_DEBUG
static char unknownCP[1500] = {0};
#endif
|