diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:40:27 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:40:27 -0400 |
commit | d60c399d825dc373630042d12f90c01886cc32f5 (patch) | |
tree | f066c3d7821eac214f076ee068c96e8a072fc50b /lib/attachmentlist.php | |
parent | 91e088d341bc51a41ec310502f85bf0d2398bd90 (diff) |
remove old, unused PersonalAction and StreamAction
Diffstat (limited to 'lib/attachmentlist.php')
-rw-r--r-- | lib/attachmentlist.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 9485fe3d6..8d6d19f2a 100644 --- a/lib/attachmentlist.php +++ b/lib/attachmentlist.php @@ -46,7 +46,6 @@ if (!defined('LACONICA')) { * @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 */ @@ -203,7 +202,6 @@ class AttachmentListItem extends Widget if ($this->attachment->url !== $this->title()) $this->out->element('span', null, " ({$this->attachment->url})"); - $this->out->elementEnd('h4'); } |