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_ng/SRC | |
| parent | 6ce1301c80786203fcfc2fbc46bbfae73842b6ec (diff) | |
more unused shit removed
Diffstat (limited to 'plugins/Clist_ng/SRC')
| -rw-r--r-- | plugins/Clist_ng/SRC/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_ng/SRC/init.cpp b/plugins/Clist_ng/SRC/init.cpp index eacf362b0d..25fff6a8c9 100644 --- a/plugins/Clist_ng/SRC/init.cpp +++ b/plugins/Clist_ng/SRC/init.cpp @@ -178,7 +178,6 @@ static int systemModulesLoaded(WPARAM wParam, LPARAM 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;
ZeroMemory((void *)overlayicons, sizeof(HICON) * 10);
|
