aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
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."