diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-24 19:09:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-24 19:09:17 +0300 |
commit | 026adc1f0c2e30b2e21ac66f1af8b32485bc9bf2 (patch) | |
tree | 1a5f2766072f254726fe323d3698a89f1cfbe1b5 /plugins/Clist_nicer | |
parent | 6ce1301c80786203fcfc2fbc46bbfae73842b6ec (diff) |
more unused shit removed
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/src/clc.h | 1 | ||||
-rw-r--r-- | plugins/Clist_nicer/src/init.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/src/clc.h b/plugins/Clist_nicer/src/clc.h index f5303f506d..7f07c322fb 100644 --- a/plugins/Clist_nicer/src/clc.h +++ b/plugins/Clist_nicer/src/clc.h @@ -221,7 +221,6 @@ struct TCluiData { DWORD topOffset, bottomOffset;
int statusBarHeight;
int soundsOff;
- BYTE tabSRMM_Avail;
BYTE bAvatarServiceAvail;
HICON hIconConnecting;
DWORD winFlags;
diff --git a/plugins/Clist_nicer/src/init.cpp b/plugins/Clist_nicer/src/init.cpp index 28fad9a612..445ec180cd 100644 --- a/plugins/Clist_nicer/src/init.cpp +++ b/plugins/Clist_nicer/src/init.cpp @@ -106,7 +106,6 @@ static int systemModulesLoaded(WPARAM, LPARAM) cfg::dat.bAvatarServiceAvail = ServiceExists(MS_AV_GETAVATARBITMAP) ? TRUE : FALSE;
if (cfg::dat.bAvatarServiceAvail)
HookEvent(ME_AV_AVATARCHANGED, AvatarChanged);
- cfg::dat.tabSRMM_Avail = ServiceExists("SRMsg_MOD/GetWindowFlags") ? TRUE : FALSE;
memset(&overlayicons, 0, sizeof(overlayicons));
|