diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-16 20:03:28 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-16 20:03:28 +0100 |
commit | c088137b1cbe5c4d0b9d5f732a2bd5b894531fe3 (patch) | |
tree | 4a32717fffdf8e4bbfe8c9375d93d7a15bb6829d /lisp/mastodon-toot.el | |
parent | bfa6ec8b67394b05de70c490a016b9bd9dfc1a8c (diff) |
remove unused -toot--set-visibility
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 10 |
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 |