diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 20:04:24 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 20:04:24 -0200 |
commit | 2ee72cc4361031f3ab34e312fca191125ce18bfc (patch) | |
tree | bb17250a37f82a7f6356000862f21e93b518eff0 /sx-question.el | |
parent | 22f86c35499f994f0eb7532b8eb27b0d990d889d (diff) |
Move tag-format to sx-tag.el
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 4 |
1 files changed, 0 insertions, 4 deletions
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 |