]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Remove useless theme session variable deletions in modules
[friendica.git] / mod / community.php
index d29fa729ddf4d109c6c5403954b1547b2722d8f1..81857c6d3a0d64a3cacd78940a0864bf20edaf35 100644 (file)
@@ -17,14 +17,6 @@ use Friendica\Database\DBA;
 use Friendica\Model\Item;
 use Friendica\Model\User;
 
-function community_init(App $a)
-{
-       if (!local_user()) {
-               unset($_SESSION['theme']);
-               unset($_SESSION['mobile-theme']);
-       }
-}
-
 function community_content(App $a, $update = 0)
 {
        $o = '';