diff options
| author | Juri Linkov | 2019-10-01 23:01:08 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-10-01 23:01:08 +0300 |
| commit | 3f981a0a89bca47a207fb362485f07e7322bb145 (patch) | |
| tree | 95001fa93b9693684108dd114da2a0232640e32e /lisp/startup.el | |
| parent | 457a7edb4784869079eac2a47d2dc1738332c07a (diff) | |
| download | emacs-feature/tabs.tar.gz emacs-feature/tabs.zip | |
Remove unused code and reformat to 70 columns.feature/tabs
Diffstat (limited to 'lisp/startup.el')
| -rw-r--r-- | lisp/startup.el | 4 |
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 | ||