From c088137b1cbe5c4d0b9d5f732a2bd5b894531fe3 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 16 Mar 2023 20:03:28 +0100 Subject: remove unused -toot--set-visibility --- lisp/mastodon-toot.el | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lisp') 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 -- cgit v1.2.3