summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/generic_msghandlers.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-29 15:26:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-29 15:26:06 +0000
commit5475d2b962b5d8ffee7523bf58d66377515b8053 (patch)
tree38d81ab4fbb7f235962437773767b63cf35b2ed2 /plugins/TabSRMM/src/generic_msghandlers.cpp
parent9d133d118ad72bf44996e7c5b7b1c6e82dd37483 (diff)
- m_flash.h & m_flash.inc moved to deprecated;
- their support in AVS & tabSRMM is discontinued git-svn-id: http://svn.miranda-ng.org/main/trunk@9984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/generic_msghandlers.cpp')
-rw-r--r--plugins/TabSRMM/src/generic_msghandlers.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp
index 3a08715d5d..3294c0b866 100644
--- a/plugins/TabSRMM/src/generic_msghandlers.cpp
+++ b/plugins/TabSRMM/src/generic_msghandlers.cpp
@@ -1826,20 +1826,6 @@ void TSAPI DM_UpdateTitle(TWindowData *dat, WPARAM wParam, LPARAM lParam)
dat->Panel->Invalidate();
if (dat->pWnd)
dat->pWnd->Invalidate();
-
- if (PluginConfig.g_FlashAvatarAvail) {
- FLASHAVATAR fa = {0};
-
- fa.hContact = dat->hContact;
- fa.hWindow = 0;
- fa.id = 25367;
- fa.cProto = dat->szProto;
-
- CallService(MS_FAVATAR_GETINFO, (WPARAM)&fa, 0);
- dat->hwndFlash = fa.hWindow;
- if (dat->hwndFlash)
- SetParent(dat->hwndFlash, dat->Panel->isActive() ? dat->hwndPanelPicParent : GetDlgItem(hwndDlg, IDC_CONTACTPIC));
- }
}
// care about MetaContacts and update the statusbar icon with the currently "most online" contact...
if (dat->bIsMeta) {