aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authorAlexander Griffith <griffitaj@gmail.com>2017-05-12 22:56:05 -0400
committerAlexander Griffith <griffitaj@gmail.com>2017-05-12 22:56:05 -0400
commit92a40a6bd6b524ee29385dc8a27c4b05b89b2cea (patch)
tree60e0601efe00b5b51f5a4c4c2aedd6fbfaf67bbd /lisp/mastodon.el
parentb0ead06b42ed06218e87a0bb75dae41570592423 (diff)
Revert "Adjusted for async image changes"
This reverts commit b0ead06b42ed06218e87a0bb75dae41570592423.
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 0dd7f10..947cc6a 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -60,16 +60,6 @@ Use. e.g. \"%c\" for your locale's date and time format."
:group 'mastodon
:type 'string)
-(defcustom mastodon-avatar-height 30
- "Height of the user avatar images (if shown)."
- :group 'mastodon
- :type 'integer)
-
-(defcustom mastodon-preview-max-height 250
- "Max height of any media attachment preview to be shown."
- :group 'mastodon
- :type 'integer)
-
(defvar mastodon-mode-map
(make-sparse-keymap)
"Keymap for `mastodon-mode'.")