summaryrefslogtreecommitdiff
path: root/plugins/SimpleAR/Src/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SimpleAR/Src/Main.cpp')
-rw-r--r--plugins/SimpleAR/Src/Main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/SimpleAR/Src/Main.cpp b/plugins/SimpleAR/Src/Main.cpp
index 9fe60e4199..4491918d58 100644
--- a/plugins/SimpleAR/Src/Main.cpp
+++ b/plugins/SimpleAR/Src/Main.cpp
@@ -23,8 +23,6 @@ HANDLE hToggle = NULL, hEnableMenu = NULL;
CLISTMENUITEM mi;
BOOL fEnabled, gbVarsServiceExist = FALSE;
INT interval;
-struct MM_INTERFACE mmi;
-struct UTF8_INTERFACE utfi;
int hLangpack;
TCHAR* ptszDefaultMsg[]={
@@ -318,8 +316,6 @@ INT OnPreShutdown(WPARAM wParam, LPARAM lParam)
extern "C" int __declspec(dllexport)Load(PLUGINLINK *link)
{
pluginLink=link;
- mir_getMMI(&mmi);
- mir_getUTFI(&utfi);
mir_getLP(&pluginInfoEx);
hToggleEnable = CreateServiceFunction(protocolname"/ToggleEnable", ToggleEnable);