diff options
author | Mario <mario@mariovavti.com> | 2023-06-29 12:31:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-06-29 12:31:32 +0000 |
commit | 7755936a2ef31d8ad9976d6fe80eb85f0b816f70 (patch) | |
tree | afb8e4ad68c573361777254f20728a6df6cd3f57 /include/security.php | |
parent | 9f6844ec30612fe2b1f0af4e52018a432698b226 (diff) | |
download | volse-hubzilla-7755936a2ef31d8ad9976d6fe80eb85f0b816f70.tar.gz volse-hubzilla-7755936a2ef31d8ad9976d6fe80eb85f0b816f70.tar.bz2 volse-hubzilla-7755936a2ef31d8ad9976d6fe80eb85f0b816f70.zip |
remove unused pseudo abook code
Diffstat (limited to 'include/security.php')
-rw-r--r-- | include/security.php | 15 |
1 files changed, 0 insertions, 15 deletions
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. * |