diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-30 13:42:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-30 13:42:05 +0300 |
commit | cffe05b54d4ebed92421397015f949ecfa6d6764 (patch) | |
tree | 4e0a71daaedafc7ebf6b1cb515d43fbbd45a6871 /plugins/QuickReplies/src/quickreplies.cpp | |
parent | f19b66b3b7259914dcf6e12423a2fea40bdbfefa (diff) |
fix for a major crutch in QuickReplies
Diffstat (limited to 'plugins/QuickReplies/src/quickreplies.cpp')
-rw-r--r-- | plugins/QuickReplies/src/quickreplies.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/QuickReplies/src/quickreplies.cpp b/plugins/QuickReplies/src/quickreplies.cpp index 475a30e06e..8e452608ff 100644 --- a/plugins/QuickReplies/src/quickreplies.cpp +++ b/plugins/QuickReplies/src/quickreplies.cpp @@ -52,12 +52,10 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) extern "C" __declspec(dllexport) int Load(void)
{
-
mir_getLP(&pluginInfoEx);
hOnModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
hOnPreShutdown = HookEvent(ME_SYSTEM_PRESHUTDOWN, OnPreShutdown);
-
return 0;
}
|