diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-26 14:54:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-26 14:54:58 +0000 |
commit | 2105de2e1be94d18a1cb5dfd6afcc33a788bc640 (patch) | |
tree | b3685df860dc3fb265974d0cfb33ed9cabbcd36e /protocols/Sametime/src | |
parent | 14b3e00732b7f8b23c3e194815a9a0d3a6f2723f (diff) |
R.I.P m_clui.h, you helped us alot
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src')
-rw-r--r-- | protocols/Sametime/src/StdAfx.h | 1 | ||||
-rw-r--r-- | protocols/Sametime/src/userlist.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Sametime/src/StdAfx.h b/protocols/Sametime/src/StdAfx.h index c98e61d137..3eae2826f9 100644 --- a/protocols/Sametime/src/StdAfx.h +++ b/protocols/Sametime/src/StdAfx.h @@ -66,7 +66,6 @@ extern "C" { #include <m_protocols.h>
#include <m_protosvc.h>
#include <m_ignore.h>
-#include <m_clui.h>
#include <m_clc.h>
#include <m_utils.h>
#include <m_idle.h>
diff --git a/protocols/Sametime/src/userlist.cpp b/protocols/Sametime/src/userlist.cpp index d9ea2ea318..ce68a3f3d7 100644 --- a/protocols/Sametime/src/userlist.cpp +++ b/protocols/Sametime/src/userlist.cpp @@ -49,7 +49,6 @@ void CSametimeProto::AddGroup(const char* name, bool expanded) return;
MGROUP hGroup = Clist_GroupCreate(NULL, ptrT(mir_utf8decodeT(name)));
- CallService(MS_CLUI_GROUPADDED, hGroup, 0);
Clist_GroupSetExpanded(hGroup, expanded);
}
|