]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/conversationreplies.php
Merge branch '1.0.x' into emailregistration
[quix0rs-gnu-social.git] / actions / conversationreplies.php
index 450a3d68282136b75fa8e8c574ac586fe150dd6d..55c3efa9e0cb6eb63099b23885d608a816733531 100644 (file)
@@ -86,19 +86,3 @@ class ConversationRepliesAction extends ConversationAction
         $this->elementEnd('html');
     }
 }
-
-class FullThreadedNoticeList extends ThreadedNoticeList
-{
-    function newListItem($notice)
-    {
-        return new FullThreadedNoticeListItem($notice, $this->out, $this->userProfile);
-    }
-}
-
-class FullThreadedNoticeListItem extends ThreadedNoticeListItem
-{
-    function initialItems()
-    {
-        return 1000; // @fixme
-    }
-}