From c853c248ad62fcaec6e4975f445b1f5b07513d7d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Dec 2012 12:47:11 +0000 Subject: unused MIID removed git-svn-id: http://svn.miranda-ng.org/main/trunk@2621 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AddContactPlus/src/main.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/AddContactPlus/src') diff --git a/plugins/AddContactPlus/src/main.cpp b/plugins/AddContactPlus/src/main.cpp index 7ac20d161b..a13acbe7b1 100644 --- a/plugins/AddContactPlus/src/main.cpp +++ b/plugins/AddContactPlus/src/main.cpp @@ -25,6 +25,10 @@ int hLangpack; static HANDLE hMainMenuItem = 0, hToolBarItem = 0; HWND hAddDlg; +static IconItem icon = { LPGEN("Add Contact"), ICON_ADD, IDI_ADDCONTACT }; + +///////////////////////////////////////////////////////////////////////////////////////// + PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), @@ -40,7 +44,10 @@ PLUGININFOEX pluginInfo = {0x6471d451, 0x2fe0, 0x4ee2, {0x85, 0xe, 0x9f, 0x84, 0xf3, 0xc0, 0xd1, 0x87}} }; -static IconItem icon = { LPGEN("Add Contact"), ICON_ADD, IDI_ADDCONTACT }; +extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) +{ + return &pluginInfo; +} ///////////////////////////////////////////////////////////////////////////////////////// @@ -50,13 +57,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) return TRUE; } -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) -{ - return &pluginInfo; -} - -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_ADDCONTACTPLUS, MIID_LAST}; - ///////////////////////////////////////////////////////////////////////////////////////// static INT_PTR AddContactPlusDialog(WPARAM, LPARAM) -- cgit v1.2.3