modeline: remove unused doom-modeline-buffer-name face

This commit is contained in:
Henrik Lissner 2016-10-05 09:23:06 +02:00
parent 2632a199ef
commit dbe0c51413

View file

@ -38,9 +38,6 @@
(defface doom-modeline-buffer-path '((t (:inherit mode-line :bold t)))
"Face used for the dirname part of the buffer path.")
(defface doom-modeline-buffer-name '((t (:inherit mode-line :bold t)))
"Face used for the filename part of the mode-line buffer path.")
(defface doom-modeline-buffer-project
'((t (:inherit doom-modeline-buffer-path :bold nil)))
"Face used for the filename part of the mode-line buffer path.")