summaryrefslogtreecommitdiff
path: root/plugins/MessageState/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MessageState/src/main.cpp')
-rw-r--r--plugins/MessageState/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MessageState/src/main.cpp b/plugins/MessageState/src/main.cpp
index 2036443360..bff850831d 100644
--- a/plugins/MessageState/src/main.cpp
+++ b/plugins/MessageState/src/main.cpp
@@ -33,7 +33,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
extern "C" int __declspec(dllexport) Load(void)
{
- mir_getLP(&pluginInfoEx);
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
InitServices();
return 0;