From 294e9e5bc47f80e61b701b1ecb748b5e8100e465 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Mar 2019 15:00:23 +0300 Subject: old unused shit removed --- plugins/Utils.pas/mircontacts.pas | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/Utils.pas/mircontacts.pas b/plugins/Utils.pas/mircontacts.pas index 3bcd96be33..91bb9f34e0 100644 --- a/plugins/Utils.pas/mircontacts.pas +++ b/plugins/Utils.pas/mircontacts.pas @@ -465,12 +465,7 @@ begin end; end else - begin - if ServiceExists(MS_MSG_CONVERS) then // Convers compat. - CallService(MS_MSG_CONVERS,hContact,0) - else - CallService(MS_MSG_SENDMESSAGE,hContact,0) - end; + CallService(MS_MSG_SENDMESSAGE,hContact,0); end; end; -- cgit v1.2.3