aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index eb82f12..7744cdd 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -5,13 +5,6 @@
"Capture Mastodon toots."
:group 'mastodon)
-(defun mastodon-new-toot ()
- "Updates a Mastodon instance with new toot. Content is captured in a new buffer."
- (interactive)
- (progn
- (switch-to-buffer-other-window (get-buffer-create "*new toot*"))
- (mastodon-toot-mode t)))
-
(defun mastodon-toot--send-triage (status)
"Callback function to triage toot POST.