From: Michael Date: Thu, 4 Nov 2021 23:01:41 +0000 (+0000) Subject: todo removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99a93a422bd182c3d8b513638d3750a6493b654e;p=friendica.git todo removed --- diff --git a/src/Core/System.php b/src/Core/System.php index 2a7510ec76..2cc9a48bc3 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -406,14 +406,4 @@ class System // Reaching this point means that the operating system is configured badly. return ""; } - - /// @todo Move the following functions from boot.php - /* - function local_user() - function public_contact() - function remote_user() - function notice($s) - function info($s) - function is_site_admin() - */ }