aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 8b7d148..5921e2a 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -91,13 +91,6 @@ If REPLY-TO-ID is non-nil, attach new toot to a conversation."
(mastodon-toot-mode t)))
;;;###autoload
-(defun mastodon-register ()
- "Registers mastodon.el with the Mastodon instance."
- (interactive)
- (progn
- (mastodon--store-client-id-and-secret)))
-
-;;;###autoload
(add-hook 'mastodon-mode-hook (lambda ()
(when (require 'emojify nil :noerror)
(emojify-mode t))))