summaryrefslogtreecommitdiff
path: root/metacontacts/meta_services.c
diff options
context:
space:
mode:
Diffstat (limited to 'metacontacts/meta_services.c')
-rw-r--r--metacontacts/meta_services.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c
index 4c81afc..456bd9e 100644
--- a/metacontacts/meta_services.c
+++ b/metacontacts/meta_services.c
@@ -58,7 +58,6 @@ HANDLE hEventDefaultChanged, //!< \c HANDLE to the 'default changed' event
hSubcontactsChanged, //!< \c HANDLE to the 'contacts changed' event
hEventNudge;
-struct MM_INTERFACE mmi; //!< Reference to the structure allowing memory management with Miranda.
DWORD nextMetaID; //!< Global variable specifying the ID value the next MetaContact will have.
@@ -1946,9 +1945,6 @@ void Meta_InitServices()
{
int i;
- // Get the memory management structure.
- CallService(MS_SYSTEM_GET_MMI,0,(LPARAM)&mmi);
-
previousMode = mcStatus = ID_STATUS_OFFLINE;
// set hooks pointers and services pointers to zero - in case we do not initialize them all correctly