From 1be97f17884f9046e6ab45d45ea327ef00a3d095 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 17 Jun 2012 20:33:13 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@468 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Nudge/main.cpp | 6 ------ plugins/UserInfoEx/svc_reminder.cpp | 1 - 2 files changed, 7 deletions(-) (limited to 'plugins') diff --git a/plugins/Nudge/main.cpp b/plugins/Nudge/main.cpp index ca8e18857e..b2f1ab36ac 100644 --- a/plugins/Nudge/main.cpp +++ b/plugins/Nudge/main.cpp @@ -240,12 +240,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfo; } -static const MUUID interfaces[] = {MUUID_NUDGE_SEND, MIID_LAST}; -extern "C" __declspec(dllexport) const MUUID * MirandaPluginInterfaces(void) -{ - return interfaces; -} - static INT_PTR CALLBACK DlgProcOptsTrigger(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch (msg) { diff --git a/plugins/UserInfoEx/svc_reminder.cpp b/plugins/UserInfoEx/svc_reminder.cpp index 41940ac9f4..9ec0953b36 100644 --- a/plugins/UserInfoEx/svc_reminder.cpp +++ b/plugins/UserInfoEx/svc_reminder.cpp @@ -911,7 +911,6 @@ VOID SvcReminderOnTopToolBarLoaded() ttb.pszServiceDown = MS_USERINFO_REMINDER_CHECK; ttb.name = "Check anniversaries"; ttb.hIconHandleDn = ttb.hIconHandleUp = Skin_GetIconHandle(ICO_COMMON_BIRTHDAY); - ttb.tooltipUp = ttb.tooltipDn = "Check anniversaries"; hTTButton = CallService(MS_TTB_ADDBUTTON, (WPARAM) &ttb, 0); if (hTTButton) -- cgit v1.2.3