summaryrefslogtreecommitdiff
path: root/plugins/HistoryLinkListPlus/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-08-18 20:51:21 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-08-18 20:51:21 +0300
commit195d91f3a84e9392567674d1a7eb555b6d888f22 (patch)
tree0da3487b6d87f4e18a2cae5e321fef8faacc74bd /plugins/HistoryLinkListPlus/src
parentdb9944a090e6be30b3a5ffd5d7919dcddffc8478 (diff)
no need to do that
Diffstat (limited to 'plugins/HistoryLinkListPlus/src')
-rw-r--r--plugins/HistoryLinkListPlus/src/linklist.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/HistoryLinkListPlus/src/linklist.cpp b/plugins/HistoryLinkListPlus/src/linklist.cpp
index b4e8ed3867..b64547ed7c 100644
--- a/plugins/HistoryLinkListPlus/src/linklist.cpp
+++ b/plugins/HistoryLinkListPlus/src/linklist.cpp
@@ -50,14 +50,6 @@ extern "C" __declspec(dllexport) int Load(void)
mir_getLP(&pluginInfo);
pcli = Clist_GetInterface();
-#ifdef DEBUG
- {
- int flag = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG);
- flag |= _CRTDBG_LEAK_CHECK_DF|_CRTDBG_CHECK_ALWAYS_DF;
- _CrtSetDbgFlag(flag);
- }
-#endif
-
CreateServiceFunction("Linklist/MenuCommand", LinkList_Main);
CMenuItem mi;