From ef0ba268b340eaf1217a96d763342c25668588b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Feb 2023 12:54:20 +0300 Subject: Protocols: preventing recursive contact deletion --- include/delphi/m_database.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'include/delphi') diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index 43691bc9c6..3da8ce5123 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -211,7 +211,6 @@ function db_set_resident(const szModule:PAnsiChar; const szSetting:PAnsiChar; bE /////////////////////////////////////////////////////////////////////////////// function db_add_contact() : TMCONTACT; stdcall; external CoreDLL; -function db_delete_contact(hContact:TMCONTACT) : int; stdcall; external CoreDLL; function db_is_contact(hContact:TMCONTACT) : int; stdcall; external CoreDLL; -- cgit v1.2.3