summaryrefslogtreecommitdiff
path: root/plugins/ExtraIcons/extraicons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExtraIcons/extraicons.cpp')
-rw-r--r--plugins/ExtraIcons/extraicons.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/ExtraIcons/extraicons.cpp b/plugins/ExtraIcons/extraicons.cpp
index 8479bccdbd..9eaf35b3d3 100644
--- a/plugins/ExtraIcons/extraicons.cpp
+++ b/plugins/ExtraIcons/extraicons.cpp
@@ -37,8 +37,6 @@ PLUGININFOEX pluginInfo = {
HINSTANCE hInst;
PLUGINLINK *pluginLink;
-MM_INTERFACE mmi;
-UTF8_INTERFACE utfi;
int hLangpack;
vector<HANDLE> hHooks;
@@ -86,9 +84,6 @@ extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
{
pluginLink = link;
-
- mir_getMMI(&mmi);
- mir_getUTFI(&utfi);
mir_getLP(&pluginInfo);
DWORD ret = CallService(MS_CLUI_GETCAPS, CLUICAPS_FLAGS2, 0);