]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Profile.php
Remove unused code
[friendica.git] / src / Model / Profile.php
index 27bb12a3c8473b9647d53a28cbd2b919e7b8af71..b5e54474b819e3c9daca9d7c8f9f178052a80d7b 100644 (file)
@@ -745,14 +745,8 @@ class Profile
 
        public static function getAdvanced(App $a)
        {
-               $o = '';
                $uid = $a->profile['uid'];
 
-               $o .= Renderer::replaceMacros(
-                       Renderer::getMarkupTemplate('section_title.tpl'),
-                       ['$title' => L10n::t('Profile')]
-               );
-
                if ($a->profile['name']) {
                        $tpl = Renderer::getMarkupTemplate('profile_advanced.tpl');