From e31ac6c82a921e5d972fe3a3d437f18f147877a9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 7 Jun 2013 20:35:29 +0000 Subject: duplicated and unused services removed git-svn-id: http://svn.miranda-ng.org/main/trunk@4899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MetaContacts/src/meta_utils.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/MetaContacts/src/meta_utils.cpp') diff --git a/plugins/MetaContacts/src/meta_utils.cpp b/plugins/MetaContacts/src/meta_utils.cpp index 7cb5176d5a..db5f9e9682 100644 --- a/plugins/MetaContacts/src/meta_utils.cpp +++ b/plugins/MetaContacts/src/meta_utils.cpp @@ -994,7 +994,6 @@ int Meta_HideLinkedContacts(void) { hContact = db_find_next(hContact); } - CallService(MS_CLUI_SORTLIST, 0, 0); return 0; } @@ -1011,8 +1010,6 @@ int Meta_UnhideLinkedContacts(void) } } - if ( !CallService(MS_SYSTEM_TERMINATED, 0, 0)) - CallService(MS_CLUI_SORTLIST, 0, 0); return 0; } @@ -1039,8 +1036,6 @@ int Meta_HideMetaContacts(int hide) } } - if ( !CallService(MS_SYSTEM_TERMINATED, 0, 0)) - CallService(MS_CLUI_SORTLIST, 0, 0); return 0; } -- cgit v1.2.3