summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt/WhenWasIt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WhenWasIt/WhenWasIt.cpp')
-rw-r--r--plugins/WhenWasIt/WhenWasIt.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/WhenWasIt/WhenWasIt.cpp b/plugins/WhenWasIt/WhenWasIt.cpp
index 92ab0662a5..a10b342289 100644
--- a/plugins/WhenWasIt/WhenWasIt.cpp
+++ b/plugins/WhenWasIt/WhenWasIt.cpp
@@ -25,7 +25,6 @@ HINSTANCE hInstance;
HWND hBirthdaysDlg = NULL;
HWND hUpcomingDlg = NULL;
extern HANDLE hAddBirthdayWndsList = NULL;
-struct MM_INTERFACE mmi;
int hLangpack;
CommonData commonData = {0};
@@ -66,7 +65,6 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
{
Log("%s", "Entering function " __FUNCTION__);
pluginLink = link;
- mir_getMMI(&mmi);
mir_getLP(&pluginInfo);
INITCOMMONCONTROLSEX icex;