From 5475d2b962b5d8ffee7523bf58d66377515b8053 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 Jul 2014 15:26:06 +0000 Subject: - 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 --- plugins/TabSRMM/src/container.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plugins/TabSRMM/src/container.cpp') diff --git a/plugins/TabSRMM/src/container.cpp b/plugins/TabSRMM/src/container.cpp index d76bb0021c..efe384d9fb 100644 --- a/plugins/TabSRMM/src/container.cpp +++ b/plugins/TabSRMM/src/container.cpp @@ -1747,14 +1747,6 @@ panel_found: return 0; case WM_DESTROY: - if (PluginConfig.g_FlashAvatarAvail) { // destroy own flash avatar - FLASHAVATAR fa = {0}; - TWindowData *dat = (TWindowData*)GetWindowLongPtr(pContainer->hwndActive, GWLP_USERDATA); - - fa.id = 25367; - fa.cProto = dat ? dat->szProto : NULL; - CallService(MS_FAVATAR_DESTROY, (WPARAM)&fa, 0); - } pContainer->hwnd = 0; pContainer->hwndActive = 0; pContainer->hMenuContext = 0; -- cgit v1.2.3