From 6e05bfee48c12fcbe2a4533b47d56a58c91c3424 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 29 Sep 2013 07:20:54 +0000 Subject: no need load dll when lib linked old code about chat.dll removed from tabsrmm git-svn-id: http://svn.miranda-ng.org/main/trunk@6266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/main.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'plugins/TabSRMM/src/chat/main.cpp') diff --git a/plugins/TabSRMM/src/chat/main.cpp b/plugins/TabSRMM/src/chat/main.cpp index 4a90cf5717..1953e081f4 100644 --- a/plugins/TabSRMM/src/chat/main.cpp +++ b/plugins/TabSRMM/src/chat/main.cpp @@ -1,7 +1,4 @@ /* - * astyle --force-indent=tab=4 --brackets=linux --indent-switches - * --pad=oper --one-line=keep-blocks --unpad=paren - * * Miranda NG: the free IM client for Microsoft* Windows* * * Copyright 2000-2009 Miranda ICQ/IM project, @@ -54,10 +51,6 @@ char *pszActiveWndModule = 0; int Chat_Load() { - if (M.GetByte("forceDisableMUC", 0)) { - PluginConfig.m_chat_enabled = false; - return 0; - } g_hMenu = LoadMenu(g_hInst, MAKEINTRESOURCE(IDR_MENU)); if (CreateServiceFunctions()) { HookEvents(); @@ -73,9 +66,6 @@ int Chat_Load() int Chat_Unload(void) { - if (!PluginConfig.m_chat_enabled) - return 0; - db_set_w(NULL, "Chat", "SplitterX", (WORD)g_Settings.iSplitterX); db_set_w(NULL, "Chat", "splitY", (WORD)g_Settings.iSplitterY); -- cgit v1.2.3