aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-15 02:39:21 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-15 02:39:21 +0000
commit08c305f573dda0512e3acb1b6c6c78f390a5921d (patch)
tree995a64999fa5f2dd29042cbb98c02ec51ed0025a /sx-question.el
parent884363ac75fe0c5f8e082c31cfeb8632ad85f19e (diff)
parent7881572c09281785c1d0303d13305b583b3803cd (diff)
Merge remote-tracking branch 'remotes/origin/network-list' into real-scores
Diffstat (limited to 'sx-question.el')
-rw-r--r--sx-question.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/sx-question.el b/sx-question.el
index 7debf4f..768e5db 100644
--- a/sx-question.el
+++ b/sx-question.el
@@ -26,7 +26,6 @@
(require 'sx)
(require 'sx-filter)
-(require 'sx-lto)
(require 'sx-method)
(defvar sx-question-browse-filter
@@ -113,13 +112,6 @@ And each element in QUESTION-LIST has the form (QUESTION_ID . LAST-VIEWED-DATE).
(and (integerp .accepted_answer_id)
.accepted_answer_id)))
-(defun sx-question--< (property x y &optional pred)
- "Non-nil if PROPERTY attribute of question X is less than that of Y.
-With optional argument predicate, use it instead of `<'."
- (funcall (or pred #'<)
- (cdr (assoc property x))
- (cdr (assoc property y))))
-
(defun sx-question--tag-format (tag)
"Formats TAG for display"
(concat "[" tag "]"))