branch: elpa/fedi
commit a4de869d2a8b7e399da6751767032a01f69a35fd
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
remove mastodon refs in -post.el
---
fedi-post.el | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/fedi-post.el b/fedi-post.el
index 69ee4104e17..aa94f753725 100644
--- a/fedi-post.el
+++ b/fedi-post.el
@@ -38,19 +38,10 @@
(require 'cl-lib)
;; (require 'persist)
-(require 'mastodon-iso)
(require 'facemenu)
(require 'text-property-search)
(require 'markdown-mode)
-(eval-when-compile
- (require 'mastodon-tl))
-
-(defvar mastodon-instance-url)
-(defvar mastodon-tl--buffer-spec)
-(defvar mastodon-tl--enable-proportional-fonts)
-(defvar mastodon-profile-account-settings)
-
(autoload 'iso8601-parse "iso8601")
(autoload 'fedi--find-property-range "fedi")
(autoload 'fedi--find-property-range "fedi")