summaryrefslogtreecommitdiff
path: root/metacontacts/meta_services.c
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-12-11 01:13:32 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2008-12-11 01:13:32 +0000
commiteb3076751d679ceadfdeeec6fc74dc9fd2cd23fe (patch)
tree65e7763d41124fb1934221d7b81b917c0412abb1 /metacontacts/meta_services.c
parent8b6ee5eab7bf6a0337a09da78b5924b346cce2d6 (diff)
Added error message on pre 0.8 Miranda version
Disabled loading for pre 0.8 Miranda version Cleanup of mmi initialization code git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@433 4f64403b-2f21-0410-a795-97e2b3489a10
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