From 850c9be0cab1dc675a7a92100da9bfb25ac72e2b Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 30 Apr 2015 07:50:54 +0000 Subject: minus critical section git-svn-id: http://svn.miranda-ng.org/main/trunk@13281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/Msg_Export/src/main.cpp') diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index c2ad1bd270..48914140c3 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -105,8 +105,6 @@ int nSystemShutdown(WPARAM /*wparam*/, LPARAM /*lparam*/) int MainInit(WPARAM /*wparam*/, LPARAM /*lparam*/) { - Initialize(); - bReadMirandaDirAndPath(); UpdateFileToColWidth(); @@ -240,7 +238,6 @@ extern "C" __declspec(dllexport) int Load() extern "C" __declspec(dllexport) int Unload(void) { WindowList_Destroy(hInternalWindowList); - Uninitilize(); bUseInternalViewer(false); return 0; } \ No newline at end of file -- cgit v1.2.3