]> git.mxchange.org Git - friendica.git/commitdiff
todo removed
authorMichael <heluecht@pirati.ca>
Thu, 4 Nov 2021 23:01:41 +0000 (23:01 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 4 Nov 2021 23:01:41 +0000 (23:01 +0000)
src/Core/System.php

index 2a7510ec7607d1d2f8765b253ebcab08daa744e7..2cc9a48bc3b4e5131e6ca323ef7761f8665c9d60 100644 (file)
@@ -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()
-       */
 }