summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/mircontacts.pas
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-08 15:00:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-08 15:00:23 +0300
commit294e9e5bc47f80e61b701b1ecb748b5e8100e465 (patch)
tree1570f830ce5e768a56163906eb79e31bc48358e9 /plugins/Utils.pas/mircontacts.pas
parent6712ce9307350ef5c04f184b0cb80cfe75af77c5 (diff)
old unused shit removed
Diffstat (limited to 'plugins/Utils.pas/mircontacts.pas')
-rw-r--r--plugins/Utils.pas/mircontacts.pas7
1 files changed, 1 insertions, 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;