From eb3076751d679ceadfdeeec6fc74dc9fd2cd23fe Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Thu, 11 Dec 2008 01:13:32 +0000 Subject: 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 --- metacontacts/meta_services.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'metacontacts/meta_services.c') 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 -- cgit v1.2.3