From 7755936a2ef31d8ad9976d6fe80eb85f0b816f70 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 29 Jun 2023 12:31:32 +0000 Subject: remove unused pseudo abook code --- include/security.php | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include/security.php') diff --git a/include/security.php b/include/security.php index 5ea6f13ef..b3e45742e 100644 --- a/include/security.php +++ b/include/security.php @@ -237,21 +237,6 @@ function atoken_abook($uid, $xchan_hash) { } -function pseudo_abook($xchan) { - if (!$xchan) - return false; - - // set abook_pseudo to flag that we aren't really connected. - - $xchan['abook_pseudo'] = 1; - $xchan['abook_blocked'] = 0; - $xchan['abook_ignored'] = 0; - $xchan['abook_pending'] = 0; - - return $xchan; -} - - /** * @brief Change to another channel with current logged-in account. * -- cgit v1.2.3