summaryrefslogtreecommitdiff
path: root/plugins/Clist_ng
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-24 19:09:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-24 19:09:17 +0300
commit026adc1f0c2e30b2e21ac66f1af8b32485bc9bf2 (patch)
tree1a5f2766072f254726fe323d3698a89f1cfbe1b5 /plugins/Clist_ng
parent6ce1301c80786203fcfc2fbc46bbfae73842b6ec (diff)
more unused shit removed
Diffstat (limited to 'plugins/Clist_ng')
-rw-r--r--plugins/Clist_ng/INCLUDE/clui.h2
-rw-r--r--plugins/Clist_ng/INCLUDE/commonheaders.h2
-rw-r--r--plugins/Clist_ng/SRC/init.cpp1
3 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Clist_ng/INCLUDE/clui.h b/plugins/Clist_ng/INCLUDE/clui.h
index bd8dee714c..e91ea2bfae 100644
--- a/plugins/Clist_ng/INCLUDE/clui.h
+++ b/plugins/Clist_ng/INCLUDE/clui.h
@@ -43,7 +43,7 @@ struct TCluiData {
DWORD dwFlags;
int soundsOff;
BYTE bMetaAvail;
- BYTE bAvatarServiceAvail, tabSRMM_Avail;
+ BYTE bAvatarServiceAvail;
HICON hIconVisible, hIconInvisible, hIconChatactive, hIconConnecting;
int notifyActive;
int hIconNotify;
diff --git a/plugins/Clist_ng/INCLUDE/commonheaders.h b/plugins/Clist_ng/INCLUDE/commonheaders.h
index 6575dbfe92..5e8237ab1d 100644
--- a/plugins/Clist_ng/INCLUDE/commonheaders.h
+++ b/plugins/Clist_ng/INCLUDE/commonheaders.h
@@ -72,7 +72,6 @@ int _DebugTraceA(const char *fmt, ...);
#include <m_addcontact.h>
#include <m_timezones.h>
#include <m_cluiframes.h>
-#include <m_clui.h>
#include <m_icolib.h>
#include <m_fontservice.h>
#include <m_xstatus.h>
@@ -124,7 +123,6 @@ int _DebugTraceA(const char *fmt, ...);
#include <m_contacts.h>
#include <m_icolib.h>
#include <m_clc.h>
-#include <m_clui.h>
#include <m_userinfo.h>
#include <m_history.h>
#include <m_addcontact.h>
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);