aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index dc538a9..0448fb3 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1949,11 +1949,6 @@ ARGS is an alist of any parameters to send with the request."
;; FOLLOW TAGS
-(defun mastodon-tl--get-tag-json (tag)
- "Return JSON data about TAG."
- (let ((url (mastodon-http--api (format "tags/%s" tag))))
- (mastodon-http--get-json url)))
-
(defun mastodon-tl--follow-tag (&optional tag)
"Prompt for a tag and follow it.
If TAG provided, follow it."