aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-16 20:03:28 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-16 20:03:28 +0100
commitc088137b1cbe5c4d0b9d5f732a2bd5b894531fe3 (patch)
tree4a32717fffdf8e4bbfe8c9375d93d7a15bb6829d /lisp
parentbfa6ec8b67394b05de70c490a016b9bd9dfc1a8c (diff)
remove unused -toot--set-visibility
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-toot.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index bac152d..7c67c49 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -727,16 +727,6 @@ to `emojify-user-emojis', and the emoji data is updated."
(point-min))))
(buffer-substring (cdr header-region) (point-max))))
-(defun mastodon-toot--set-visibility (visibility)
- "Set the visiblity of the next toot to VISIBILITY."
- (interactive
- (list (completing-read "Visiblity: " '("public"
- "unlisted"
- "private"
- "direct"))))
- (setq mastodon-toot--visibility visibility)
- (message "Visibility set to %s" visibility))
-
(defun mastodon-toot--build-poll-params ()
"Return an alist of parameters for POSTing a poll status."
(append