summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/skineditor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_nicer/skineditor/main.cpp')
-rw-r--r--plugins/Clist_nicer/skineditor/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Clist_nicer/skineditor/main.cpp b/plugins/Clist_nicer/skineditor/main.cpp
index f0e39de54e..b180316c28 100644
--- a/plugins/Clist_nicer/skineditor/main.cpp
+++ b/plugins/Clist_nicer/skineditor/main.cpp
@@ -42,7 +42,6 @@ PLUGININFOEX pluginInfo = {
HINSTANCE g_hInst = 0;
PLUGINLINK *pluginLink;
-struct MM_INTERFACE memoryManagerInterface;
int hLangpack;
StatusItems_t *StatusItems;
@@ -914,10 +913,6 @@ static HANDLE hSvc_invoke = 0, hSvc_fillby = 0;
static int LoadModule()
{
- memset(&memoryManagerInterface, 0, sizeof(memoryManagerInterface));
- memoryManagerInterface.cbSize = sizeof(memoryManagerInterface);
- CallService(MS_SYSTEM_GET_MMI, 0, (LPARAM) &memoryManagerInterface);
-
hSvc_invoke = CreateServiceFunction(MS_CLNSE_INVOKE, (MIRANDASERVICE)SkinEdit_Invoke);
hSvc_fillby = CreateServiceFunction(MS_CLNSE_FILLBYCURRENTSEL, (MIRANDASERVICE)SkinEdit_FillByCurrentSel);
return 0;