diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-05 13:10:40 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-05 13:11:01 +0200 |
commit | 1bb072bb2d142c41b65d512466a637f19905b7a2 (patch) | |
tree | b3aeed4065694991e92b282a5bd15ecfdaa4ab73 | |
parent | c6acfe694d3c2e0468c98478775442f8710de7e1 (diff) |
remove stray multi-accounts code
-rw-r--r-- | lisp/mastodon-views.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index 38344b3..de498f3 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -817,7 +817,6 @@ INSTANCE is the instance were are working with." (mastodon-views--print-json-keys response) ;; (mastodon-mode) ; breaks our 'q' binding that avoids leaving ;; split window - (setq mastodon-account--data account) (mastodon-tl--set-buffer-spec (buffer-name buf) "instance" nil) |