summaryrefslogtreecommitdiff
path: root/protocols/Tlen/src/tlen.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-06-12 20:19:24 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-06-12 20:19:24 +0000
commit5a5af904fbe02f84dcc7bc8542ffa2f1ca178c99 (patch)
treedd17dce2883f9c090ee77e2cdbdd04dbec4bb0c4 /protocols/Tlen/src/tlen.cpp
parent9aca401ecf67de82ad85e48e90fb2bfc8b45003e (diff)
one more header moved
git-svn-id: http://svn.miranda-ng.org/main/trunk@9444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/tlen.cpp')
-rw-r--r--protocols/Tlen/src/tlen.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/protocols/Tlen/src/tlen.cpp b/protocols/Tlen/src/tlen.cpp
index 92a9a400d9..7b4adbf6a6 100644
--- a/protocols/Tlen/src/tlen.cpp
+++ b/protocols/Tlen/src/tlen.cpp
@@ -33,7 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <ctype.h>
#include <m_icolib.h>
#include <m_genmenu.h>
-#include "m_mucc.h"
CLIST_INTERFACE *pcli;
int hLangpack;
@@ -240,7 +239,6 @@ int TlenProtocol::OnModulesLoaded(WPARAM wParam, LPARAM lParam)
if (db_get_w(hContact, m_szModuleName, "Status", ID_STATUS_OFFLINE) != ID_STATUS_OFFLINE)
db_set_w(hContact, m_szModuleName, "Status", ID_STATUS_OFFLINE);
- TlenMUCInit(this);
mir_snprintf(str, SIZEOF(str), "%s", LPGEN("Incoming mail"));
SkinAddNewSoundEx("TlenMailNotify", m_szModuleName, str);
mir_snprintf(str, SIZEOF(str), "%s", LPGEN("Alert"));
@@ -285,15 +283,6 @@ void TlenProtocol::initMenuItems()
mi.hParentMenu = (HGENMENU)hMenuRoot;
hMenuChats = NULL;
- if ( ServiceExists(MS_MUCC_NEW_WINDOW)) {
- strcpy(pSvcName, "/MainMenuChats");
- CreateProtoService(pSvcName, &TlenProtocol::MUCMenuHandleChats);
- mi.pszName = LPGEN("Tlen Chats");
- mi.position = 2000050001;
- mi.icolibItem = GetIconHandle(IDI_CHATS);
- hMenuChats = Menu_AddMainMenuItem(&mi);
- Menu_ModifyItem(hMenuChats, &clmi);
- }
// "Multi-User Conference"
strcpy(pSvcName, "/MainMenuMUC");