summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/ieview_main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-15 20:56:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-15 20:56:34 +0000
commitda9ae2242b65c735ccda30107cd2f8ee5a021948 (patch)
tree2e21dda585f7301915de0bc9f06e691a89ec874c /plugins/IEView/src/ieview_main.cpp
parent488a36ac6ae6d7f10db977550b38ac0dd0187a0f (diff)
minus one critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@12849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ieview_main.cpp')
-rw-r--r--plugins/IEView/src/ieview_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp
index 0c60062db8..cc61f03939 100644
--- a/plugins/IEView/src/ieview_main.cpp
+++ b/plugins/IEView/src/ieview_main.cpp
@@ -53,7 +53,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD)
static int ModulesLoaded(WPARAM, LPARAM)
{
- IEView::init();
Options::init();
return 0;
}