]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / all.php
index 19413076b57f89231ba72f8ca333da6d06e5b065..84e4dd53051aa97dc0e8c82b5ca833428a180554 100644 (file)
@@ -170,12 +170,6 @@ class AllAction extends ShowstreamAction
             }
             $ibs->show();
         }
-        // XXX: make this a little more convenient
-
-        if (!common_config('performance', 'high')) {
-            $pop = new InboxTagCloudSection($this, $this->target);
-            $pop->show();
-        }
     }
 }