summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-05-23 23:40:27 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-05-23 23:40:27 -0400
commitd60c399d825dc373630042d12f90c01886cc32f5 (patch)
treef066c3d7821eac214f076ee068c96e8a072fc50b /lib/noticelist.php
parent91e088d341bc51a41ec310502f85bf0d2398bd90 (diff)
remove old, unused PersonalAction and StreamAction
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r--lib/noticelist.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index a52132171..ba3526509 100644
--- a/lib/noticelist.php
+++ b/lib/noticelist.php
@@ -49,7 +49,6 @@ require_once INSTALLDIR.'/lib/disfavorform.php';
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://laconi.ca/
* @see Notice
- * @see StreamAction
* @see NoticeListItem
* @see ProfileNoticeList
*/
@@ -231,7 +230,6 @@ else
$this->out->elementStart('p', array('class' => 'entry-attachments', 'style' => "float: right; width: $width_att; background: url($clip) no-repeat; text-align: right; height: $height;"));
$this->out->element('a', array('class' => $att_class, 'style' => "text-decoration: none; padding-top: $top; display: block; height: $height;", 'href' => $href, 'title' => "# of attachments: $count"), $count === 1 ? '' : $count);
-
$this->out->elementEnd('p');
}