summaryrefslogtreecommitdiff
path: root/plugins/FirstRun/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FirstRun/main.cpp')
-rw-r--r--plugins/FirstRun/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/FirstRun/main.cpp b/plugins/FirstRun/main.cpp
index 7799a9c474..d67807d8f4 100644
--- a/plugins/FirstRun/main.cpp
+++ b/plugins/FirstRun/main.cpp
@@ -4,7 +4,6 @@ HINSTANCE hInst;
PLUGINLINK *pluginLink;
HANDLE hModulesLoaded;
int hLangpack;
-struct MM_INTERFACE mmi;
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
@@ -56,7 +55,6 @@ extern "C" __declspec(dllexport) int Load(PLUGINLINK *link)
{
pluginLink=link;
mir_getLP(&pluginInfo);
- mir_getMMI(&mmi);
hModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED,ModulesLoaded);
return 0;
}