diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-29 15:26:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-29 15:26:06 +0000 |
commit | 5475d2b962b5d8ffee7523bf58d66377515b8053 (patch) | |
tree | 38d81ab4fbb7f235962437773767b63cf35b2ed2 /plugins/TabSRMM/src/globals.cpp | |
parent | 9d133d118ad72bf44996e7c5b7b1c6e82dd37483 (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/globals.cpp')
-rw-r--r-- | plugins/TabSRMM/src/globals.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index c2216f2caa..b2c5a7efa7 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -123,9 +123,6 @@ void CGlobals::reloadSystemModulesChanged() HookEvent(ME_SMILEYADD_OPTIONSCHANGED, ::SmileyAddOptionsChanged);
}
- // Flashavatars
- g_FlashAvatarAvail = (ServiceExists(MS_FAVATAR_GETINFO) ? 1 : 0);
-
// ieView
BOOL bIEView = ServiceExists(MS_IEVIEW_WINDOW);
if (bIEView) {
|