summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/svc_reminder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/svc_reminder.cpp')
-rw-r--r--plugins/UserInfoEx/src/svc_reminder.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/plugins/UserInfoEx/src/svc_reminder.cpp b/plugins/UserInfoEx/src/svc_reminder.cpp
index 993bf7dcf5..f887c7bbbd 100644
--- a/plugins/UserInfoEx/src/svc_reminder.cpp
+++ b/plugins/UserInfoEx/src/svc_reminder.cpp
@@ -664,28 +664,6 @@ static int OnContactSettingChanged(MCONTACT hContact, DBCONTACTWRITESETTING* pdb
return 0;
}
-#define TBB_IDBTN "CheckAnniv"
-#define TBB_ICONAME TOOLBARBUTTON_ICONIDPREFIX TBB_IDBTN TOOLBARBUTTON_ICONIDPRIMARYSUFFIX
-
-/**
-* This function is called by the ME_TTB_MODULELOADED event.
-* It adds a set of buttons to the TopToolbar plugin.
-*
-* @param none
-*
-* @return nothing
-**/
-
-void SvcReminderOnTopToolBarLoaded()
-{
- TTBButton ttb = {};
- ttb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP;
- ttb.pszService = MS_USERINFO_REMINDER_CHECK;
- ttb.name = ttb.pszTooltipUp = LPGEN("Check anniversaries");
- ttb.hIconHandleUp = IcoLib_GetIconHandle(ICO_COMMON_BIRTHDAY);
- g_plugin.addTTB(&ttb);
-}
-
/***********************************************************************************************************
* services
***********************************************************************************************************/
@@ -884,10 +862,6 @@ void SvcReminderOnModulesLoaded(void)
/**
* This function initially loads all required stuff for reminder.
-*
-* @param none
-*
-* @return nothing
**/
void SvcReminderLoadModule(void)
@@ -915,10 +889,6 @@ void SvcReminderLoadModule(void)
/**
* This function unloads the reminder module.
-*
-* @param none
-*
-* @return nothing
**/
void SvcReminderUnloadModule(void)