From 3e79236c9309047c35fcdc6f89ef19d7eb46c197 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Mon, 24 Apr 2017 23:41:03 -0400 Subject: Remove public register function Close #69 --- lisp/mastodon.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lisp') diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 8b7d148..5921e2a 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -90,13 +90,6 @@ If REPLY-TO-ID is non-nil, attach new toot to a conversation." (setq mastodon-toot--reply-to-id reply-to-id)) (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) -- cgit v1.2.3