summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/stdmsg/src/msgs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp
index 3b9a1e2184..073d225620 100644
--- a/src/core/stdmsg/src/msgs.cpp
+++ b/src/core/stdmsg/src/msgs.cpp
@@ -390,7 +390,6 @@ int LoadSendRecvMessageModule(void)
InitGlobals();
RichUtil_Load();
- OleInitialize(NULL);
InitOptions();
msgQueue_init();
@@ -445,7 +444,6 @@ int SplitmsgShutdown(void)
FreeMsgLogIcons();
FreeLibrary(GetModuleHandleA("Msftedit"));
- OleUninitialize();
RichUtil_Unload();
msgQueue_destroy();
return 0;