From 2ee72cc4361031f3ab34e312fca191125ce18bfc Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 15 Jan 2015 20:04:24 -0200 Subject: Move tag-format to sx-tag.el --- sx-question.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sx-question.el') diff --git a/sx-question.el b/sx-question.el index 1adbc24..0f73795 100644 --- a/sx-question.el +++ b/sx-question.el @@ -183,10 +183,6 @@ If no cache exists for it, initialize one with SITE." (and (integerp .accepted_answer_id) .accepted_answer_id))) -(defun sx-question--tag-format (tag) - "Formats TAG for display." - (concat "[" tag "]")) - (provide 'sx-question) ;;; sx-question.el ends here -- cgit v1.2.3