diff options
Diffstat (limited to 'plugins/ShellExt/src/main.cpp')
-rw-r--r-- | plugins/ShellExt/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ShellExt/src/main.cpp b/plugins/ShellExt/src/main.cpp index 4f3a9d19fc..cf5c3fd9d8 100644 --- a/plugins/ShellExt/src/main.cpp +++ b/plugins/ShellExt/src/main.cpp @@ -159,8 +159,6 @@ STDAPI DllUnregisterServer() extern "C" __declspec(dllexport) int Load(void)
{
- mir_getLP(&pluginInfoEx);
-
InvokeThreadServer();
HookEvent(ME_OPT_INITIALISE, OnOptionsInit);
DllRegisterServer();
|