diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 07:50:54 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 07:50:54 +0000 |
commit | 850c9be0cab1dc675a7a92100da9bfb25ac72e2b (patch) | |
tree | 0b27363e0893efd2162996ff3f27a77ef54e542d /plugins/Msg_Export/src/main.cpp | |
parent | 0f9a3e7131cab98898c525882974b5b8f321220d (diff) |
minus critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@13281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/main.cpp')
-rwxr-xr-x | plugins/Msg_Export/src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 |