summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdlgutils.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-07-30 21:58:21 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-07-30 21:58:21 +0300
commit4cced832c6a4331bdbf8d6e4e80e96b040286686 (patch)
tree88e791837089566cf48ed980f92e8828b3403acc /plugins/TabSRMM/src/msgdlgutils.cpp
parentfbdfd82d0cf0975b80a2afa5eda141c4940ada9d (diff)
nudge button's hotkey moved to the Nudge plugin
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgutils.cpp')
-rw-r--r--plugins/TabSRMM/src/msgdlgutils.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/TabSRMM/src/msgdlgutils.cpp b/plugins/TabSRMM/src/msgdlgutils.cpp
index 9800e43e42..6447692995 100644
--- a/plugins/TabSRMM/src/msgdlgutils.cpp
+++ b/plugins/TabSRMM/src/msgdlgutils.cpp
@@ -1621,15 +1621,6 @@ void CTabBaseDlg::EnableSending(bool bMode) const
EnableSendButton(bMode);
}
-void CTabBaseDlg::SendNudge() const
-{
- if (ProtoServiceExists(m_cache->getActiveProto(), PS_SEND_NUDGE) && ServiceExists(MS_NUDGE_SEND))
- CallService(MS_NUDGE_SEND, m_cache->getActiveContact(), 0);
- else
- SendMessage(m_hwnd, DM_ACTIVATETOOLTIP, IDC_SRMM_MESSAGE,
- (LPARAM)TranslateT("Either the nudge plugin is not installed or the contact's protocol does not support sending a nudge event."));
-}
-
void CTabBaseDlg::GetClientIcon()
{
if (m_hClientIcon)