summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/KeyboardNotify/main.cpp')
-rw-r--r--plugins/KeyboardNotify/main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/KeyboardNotify/main.cpp b/plugins/KeyboardNotify/main.cpp
index 2280d08c8f..a563a4764b 100644
--- a/plugins/KeyboardNotify/main.cpp
+++ b/plugins/KeyboardNotify/main.cpp
@@ -227,7 +227,6 @@
HINSTANCE hInst;
PLUGINLINK *pluginLink;
int hLangpack;
-struct MM_INTERFACE mmi;
DWORD IDThread = 0;
HANDLE hThread = NULL;
@@ -1143,9 +1142,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
extern "C" __declspec(dllexport) int Load(PLUGINLINK *link)
{
pluginLink = link;
- mir_getLP(&pluginInfo);
- mir_getMMI(&mmi);
-
+ mir_getLP(&pluginInfo);
GetWindowsVersion();
OpenKeyboardDevice();
hModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);