aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-20 20:07:21 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-20 20:07:21 +0100
commitf9c1399ba56a6818255f1ab0664adaa05649ce51 (patch)
tree635ed86445d74ff9cba476eeea666d93ec9587db /lisp/mastodon-tl.el
parent9f89700327673abf40347883e221648b271f642b (diff)
remove unused code
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."