From a6b06e8fee136a38231c3c15a438fe5043ed82eb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 13 Sep 2016 18:13:42 +0000 Subject: more useless helpers wiped out of pascal code git-svn-id: http://svn.miranda-ng.org/main/trunk@17293 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/mRadio/i_search.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/mRadio/i_search.inc') diff --git a/plugins/mRadio/i_search.inc b/plugins/mRadio/i_search.inc index d6e65e4794..355d91f833 100644 --- a/plugins/mRadio/i_search.inc +++ b/plugins/mRadio/i_search.inc @@ -388,8 +388,8 @@ begin mFreeMem(p); if l then begin - DBDeleteSetting(hContact,strCList,'NotOnList'); - DBDeleteSetting(hContact,strCList,'Hidden'); + db_unset(hContact,strCList,'NotOnList'); + db_unset(hContact,strCList,'Hidden'); result:=hContact; exit; end; -- cgit v1.2.3