From 0b0d9f28696294beed32d5cdc3f5e93cd996f08e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 Mar 2018 13:46:31 +0300 Subject: code cleaning --- plugins/LotusNotify/src/LotusNotify.cpp | 2 +- plugins/LotusNotify/src/LotusNotify.h | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'plugins/LotusNotify/src') diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index 46903559dd..d13ff2253c 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -1759,7 +1759,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD) return &pluginInfo; } -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_LOTUSNOTIFY, MIID_PROTOCOL, MIID_LAST }; +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_LAST }; BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD dwReason, LPVOID ) { diff --git a/plugins/LotusNotify/src/LotusNotify.h b/plugins/LotusNotify/src/LotusNotify.h index b9b3f60a1a..89b2ff6762 100644 --- a/plugins/LotusNotify/src/LotusNotify.h +++ b/plugins/LotusNotify/src/LotusNotify.h @@ -15,12 +15,8 @@ struct POPUPSQUEUE struct POPUPSQUEUE *next; }; -#if !defined(MIID_LOTUSNOTIFY) - #define MIID_LOTUSNOTIFY {0x127faa08, 0x54d0, 0x4f99, { 0x8a, 0x50, 0x6b, 0x5f, 0xd8, 0x92, 0x42, 0xec } } -#endif -// {127FAA08-54D0-4f99-8A50-6B5FD89242EC} +// structure contines only LN msg id to send to popup -//structure contines only LN msg id to send to popup typedef struct { DWORD id; char strNote[4*16]; -- cgit v1.2.3