]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Review and Use statements
[friendica.git] / src / App.php
index ab64d7a3f456fe2c41407ee4d39203431106eff2..3e34d3c5a9e76c824e91f329d1c4afc69bd755a4 100644 (file)
@@ -73,7 +73,6 @@ class App {
        public $videowidth = 425;
        public $videoheight = 350;
        public $force_max_items = 0;
-       public $theme_thread_allow = true;
        public $theme_events_in_profile = true;
 
        /**
@@ -87,7 +86,6 @@ class App {
                'videowidth' => 425,
                'videoheight' => 350,
                'force_max_items' => 0,
-               'thread_allow' => true,
                'stylesheet' => '',
                'template_engine' => 'smarty3',
        );