Skip to content

Commit

Permalink
spacemacs/set-font: Remove deprecated function
Browse files Browse the repository at this point in the history
This function has been deprecated since 2015, surely it is fine to
remove by now.
  • Loading branch information
bcc32 committed Apr 4, 2024
1 parent a58a7d7 commit 03d874f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/core-fonts-support.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ The return value is nil if no font was found, truthy otherwise."
powerline-scale 1)))
(truncate (* scale (frame-char-height)))))

(defun spacemacs/set-font (&rest args)
"Deprecated function, display a warning message."
(spacemacs-buffer/warning (concat "spacemacs/set-font is deprecated. "
"Use the variable `dotspacemacs-default-font' "
"instead (see Font section in "
"~/.emacs.d/doc/DOCUMENTATION.org for more "
"info).")))

(defmacro spacemacs|diminish (mode &optional unicode ascii)
"Diminish MODE name in mode line to UNICODE or ASCII depending on the value
`dotspacemacs-mode-line-unicode-symbols'.
Expand Down

0 comments on commit 03d874f

Please sign in to comment.