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:10:40 +0200 |
commit | dc2349589945e7926a1fca9e17493a5fde7ee958 (patch) | |
tree | 1449d7497cf833b94dac8e2d8ce493a68dee19e1 /lisp | |
parent | 81a6973878c16251bbc70ee0e98c153e5b30e720 (diff) |
remove stray multi-accounts code
Diffstat (limited to 'lisp')
-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) |