summaryrefslogtreecommitdiff
path: root/plugins/Import/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Import/main.cpp')
-rw-r--r--plugins/Import/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Import/main.cpp b/plugins/Import/main.cpp
index a80ae522bd..9f82706367 100644
--- a/plugins/Import/main.cpp
+++ b/plugins/Import/main.cpp
@@ -49,8 +49,6 @@ HINSTANCE hInst;
PLUGINLINK *pluginLink;
static HWND hwndWizard = NULL;
int hLangpack;
-struct MM_INTERFACE mmi;
-struct UTF8_INTERFACE utfi;
PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
@@ -134,8 +132,6 @@ static int OnExit(WPARAM wParam, LPARAM lParam)
extern "C" __declspec(dllexport) int Load(PLUGINLINK *link)
{
pluginLink = link;
- mir_getMMI( &mmi );
- mir_getUTFI( &utfi );
mir_getLP( &pluginInfo );
hImportService = CreateServiceFunction(IMPORT_SERVICE, ImportCommand);