aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-14 22:03:31 -0500
committerSean Allred <code@seanallred.com>2014-11-14 22:03:31 -0500
commit6733365df0eb86eff433a9c8f80b32832c426e53 (patch)
treea8091b37b285e3281511da306e96b94b1742778d /sx-question.el
parent3cb483821a9c7e852324af224b93dca4bd855b03 (diff)
parent7881572c09281785c1d0303d13305b583b3803cd (diff)
Merge pull request #53 from vermiculus/network-list
Smart caching
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 d15cc80..2fa9d2b 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
@@ -78,13 +77,6 @@
"Mark QUESTION as being read, until it is updated again."
nil)
-(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 "]"))