aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-07 15:08:58 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-07 15:48:31 -0200
commitd2e808eae7565cefb95becd05628ae69f2980e25 (patch)
tree09f9b901355b4375ff794fb4c0760c299bdbb4d6 /sx-question-print.el
parentb61d953576c2e46678777d5838c54a92093485c7 (diff)
Move fallback-user to sx-user, and improve it
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index 3ae86fc..6ab7698 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -42,18 +42,6 @@
;;; Faces and Variables
-(defconst sx-question-mode-fallback-user
- '((display_name . "(unknown user)")
- (link . "")
- (reputation . -1)
- (accept_rate . -1))
- "The structure used to represent a deleted account."
- :type '(alist :options ((display_name string)
- (link string)
- (reputation integer)
- (accept_rate integer)))
- :group 'sx-question-mode)
-
(defface sx-question-mode-header
'((t :inherit font-lock-variable-name-face))
"Face used on the question headers in the question buffer."