diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-18 01:42:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-18 01:52:48 +0100 |
commit | 2b8c2ff45b69b6370d88e97a59fa76de3183b49e (patch) | |
tree | 8080657c06009d37353a61baf7285be0c43696a3 /gnu/installer | |
parent | b83e4a93a2118513cdd2186d796729f0813264c0 (diff) | |
download | patches-2b8c2ff45b69b6370d88e97a59fa76de3183b49e.tar patches-2b8c2ff45b69b6370d88e97a59fa76de3183b49e.tar.gz |
gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.
* gnu/installer/newt/timezone.scm (timezone-listbox-heigth): Delete
variable.
Diffstat (limited to 'gnu/installer')
-rw-r--r-- | gnu/installer/newt/timezone.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/installer/newt/timezone.scm b/gnu/installer/newt/timezone.scm index c94301a659..63b44af729 100644 --- a/gnu/installer/newt/timezone.scm +++ b/gnu/installer/newt/timezone.scm @@ -30,9 +30,6 @@ #:use-module (newt) #:export (run-timezone-page)) -;; Height of the listbox displaying timezones. -(define timezone-listbox-heigth (make-parameter 20)) - ;; Information textbox width. (define info-textbox-width (make-parameter 40)) |