aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 2ab4a3ae789..c0d6024cfab 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -731,9 +731,7 @@ It is the default value of the variable `top-level'."
731 ("--background-color" . "-bg") 731 ("--background-color" . "-bg")
732 ("--color" . "-color"))) 732 ("--color" . "-color")))
733 733
734(defconst tab-bar-images-pixel-height 18 734;; FIXME: this var unused?
735 "Height in pixels of images in the tab-bar.")
736
737(defconst tool-bar-images-pixel-height 24 735(defconst tool-bar-images-pixel-height 24
738 "Height in pixels of images in the tool-bar.") 736 "Height in pixels of images in the tool-bar.")
739 737