Browse Source

! Legacy code and with it, an icon we definitely don't use any more

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
30171acdf4
2 changed files with 0 additions and 10 deletions
  1. 0 10
      Themes/default/Profile.template.php
  2. BIN
      Themes/default/images/icons/notify_sm.png

+ 0 - 10
Themes/default/Profile.template.php

@@ -430,12 +430,6 @@ function template_showPosts()
 			<div class="pagelinks">' . $context['page_index'] . '</div>
 		</div>' : '';
 
-	// Button shortcuts
-	$quote_button = create_button('quote.png', 'reply_quote', 'quote', 'class="centericon"');
-	$reply_button = create_button('reply_sm.png', 'reply', 'reply', 'class="centericon"');
-	$remove_button = create_button('delete.png', 'remove_message', 'remove', 'class="centericon"');
-	$notify_button = create_button('notify_sm.png', 'notify_replies', 'notify', 'class="centericon"');
-
 	// Are we displaying posts or attachments?
 	if (!isset($context['attachments']))
 	{
@@ -533,10 +527,6 @@ function template_showDrafts()
 			<div class="pagelinks">' . $context['page_index'] . '</div>
 		</div>' : '';
 
-	// Button shortcuts
-	$edit_button = create_button('modify_inline.png', 'draft_edit', 'draft_edit', 'class="centericon"');
-	$remove_button = create_button('delete.png', 'draft_delete', 'draft_delete', 'class="centericon"');
-
 	// No drafts? Just show an informative message.
 	if (empty($context['drafts']))
 		echo '

BIN
Themes/default/images/icons/notify_sm.png