diff options
Diffstat (limited to 'plugins/TabSRMM/src/generic_msghandlers.cpp')
-rw-r--r-- | plugins/TabSRMM/src/generic_msghandlers.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp index 5f4758b7e5..5175a533d3 100644 --- a/plugins/TabSRMM/src/generic_msghandlers.cpp +++ b/plugins/TabSRMM/src/generic_msghandlers.cpp @@ -1229,9 +1229,6 @@ void CMsgDialog::DrawStatusIcons(HDC hDC, const RECT &rc, int gap) } else CSkin::DrawDimmedIcon(hDC, x, y, PluginConfig.m_smcxicon, PluginConfig.m_smcyicon, PluginConfig.g_buttonBarIcons[ICON_DEFAULT_TYPING], 50); } - else if (sid->dwId == MSG_ICON_SESSION) { - DrawIconEx(hDC, x, y, PluginConfig.g_sideBarIcons[0], PluginConfig.m_smcxicon, PluginConfig.m_smcyicon, 0, nullptr, DI_NORMAL); - } } else { HICON hIcon; @@ -1360,9 +1357,6 @@ int SI_InitStatusIcons() sid.dwId = MSG_ICON_UTN; Srmm_AddIcon(&sid, &g_plugin); - sid.dwId = MSG_ICON_SESSION; - Srmm_AddIcon(&sid, &g_plugin); - HookEvent(ME_MSG_ICONSCHANGED, OnSrmmIconChanged); return 0; } |