diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-30 07:54:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-30 07:54:34 +0000 |
commit | b8600596d81f359e663035cea8a4e43029f7ba0c (patch) | |
tree | ffd01ff62d82f05a27f353fd69156de6763bd609 /plugins/TabSRMM/src/globals.h | |
parent | 48d2e7b444ca50e09e42a09078956839e922cb17 (diff) |
- "Disable animated GIF avatars" setting removed;
- forgotten field TWindowData::hwndFlash also removed;
- boolean variables renamed to be boolean
git-svn-id: http://svn.miranda-ng.org/main/trunk@9987 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r-- | plugins/TabSRMM/src/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index c2d41ae5b1..b709c0b754 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -113,7 +113,6 @@ public: BOOL g_bSoundOnTyping;
BOOL m_AllowTab;
BYTE m_AllowOfflineMultisend;
- BOOL g_bDisableAniAvatars;
HBITMAP m_hbmMsgArea;
BYTE g_iButtonsBarGap;
BYTE m_WinVerMajor;
|