diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 1 | ||||
-rw-r--r-- | protocols/IRCG/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/MRA/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/MSN/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/Sametime/src/StdAfx.h | 1 | ||||
-rw-r--r-- | protocols/Sametime/src/userlist.cpp | 1 | ||||
-rw-r--r-- | protocols/Tlen/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/Twitter/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/WhatsApp/src/stdafx.h | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 9fb6394bf0..7a8d0978e2 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -59,7 +59,6 @@ #include <m_clist.h>
#include <m_options.h>
#include <m_userinfo.h>
-#include <m_clui.h>
#include <m_button.h>
#include <m_message.h>
#include <m_icolib.h>
diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h index 850c2f44e1..bc450f78ac 100644 --- a/protocols/IRCG/src/stdafx.h +++ b/protocols/IRCG/src/stdafx.h @@ -53,7 +53,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_utils.h"
#include "m_skin.h"
#include "m_netlib.h"
-#include "m_clui.h"
#include "m_langpack.h"
#include "m_message.h"
#include "m_userinfo.h"
diff --git a/protocols/IcqOscarJ/src/stdafx.h b/protocols/IcqOscarJ/src/stdafx.h index f6cfeaec68..16a2b5b21a 100644 --- a/protocols/IcqOscarJ/src/stdafx.h +++ b/protocols/IcqOscarJ/src/stdafx.h @@ -57,7 +57,6 @@ // Miranda IM SDK includes
#include <newpluginapi.h> // This must be included first
#include <m_clist.h>
-#include <m_clui.h>
#include <m_database.h>
#include <m_langpack.h>
#include <m_message.h>
diff --git a/protocols/MRA/src/stdafx.h b/protocols/MRA/src/stdafx.h index 8262f8ef69..f221a23f92 100644 --- a/protocols/MRA/src/stdafx.h +++ b/protocols/MRA/src/stdafx.h @@ -26,7 +26,6 @@ #include <m_protocols.h>
#include <m_clist.h>
#include <m_cluiframes.h>
-#include <m_clui.h>
#include <m_genmenu.h>
#include <m_ignore.h>
#include <m_message.h>
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 4c01648788..6607c74d92 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <newpluginapi.h>
#include <m_clist.h>
-#include <m_clui.h>
#include <m_contacts.h>
#include <m_idle.h>
#include <m_icolib.h>
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);
}
diff --git a/protocols/Tlen/src/stdafx.h b/protocols/Tlen/src/stdafx.h index 7e7f4bc3f2..cc69fef948 100644 --- a/protocols/Tlen/src/stdafx.h +++ b/protocols/Tlen/src/stdafx.h @@ -63,7 +63,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_protoint.h>
#include <m_contacts.h>
#include <m_clist.h>
-#include <m_clui.h>
#include <m_options.h>
#include <m_userinfo.h>
#include <m_database.h>
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index 506177b634..d8b3ba5274 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -41,7 +41,6 @@ typedef std::basic_string<TCHAR> tstring; #include <m_button.h>
#include <m_chat.h>
#include <m_clist.h>
-#include <m_clui.h>
#include <m_database.h>
#include <m_folders.h>
#include <m_history.h>
diff --git a/protocols/WhatsApp/src/stdafx.h b/protocols/WhatsApp/src/stdafx.h index 9620bb10b7..7caac6c8e9 100644 --- a/protocols/WhatsApp/src/stdafx.h +++ b/protocols/WhatsApp/src/stdafx.h @@ -39,7 +39,6 @@ Copyright © 2013-14 Uli Hecht #include <m_chat.h>
#include <m_clc.h>
#include <m_clist.h>
-#include <m_clui.h>
#include <m_database.h>
#include <m_history.h>
#include <m_idle.h>
|