diff options
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r-- | updater/updater.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp index db25aad..d60eb37 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -253,8 +253,6 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) icex.dwICC = ICC_LISTVIEW_CLASSES;
InitCommonControlsEx(&icex);
- OleInitialize(0);
-
HookEvent(ME_OPT_INITIALISE, OptInit);
// do this before init services, so that InitPopups is called before startup update
@@ -275,8 +273,5 @@ extern "C" int __declspec(dllexport) Unload(void) DeinitPopups();
DeinitNetlib();
- DeinitIcons();
-
- OleUninitialize();
return 0;
}
|