summaryrefslogtreecommitdiff
path: root/gnu/installer/newt
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-18 01:42:09 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-18 01:52:48 +0100
commit2b8c2ff45b69b6370d88e97a59fa76de3183b49e (patch)
tree8080657c06009d37353a61baf7285be0c43696a3 /gnu/installer/newt
parentb83e4a93a2118513cdd2186d796729f0813264c0 (diff)
gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.
* gnu/installer/newt/timezone.scm (timezone-listbox-heigth): Delete variable.
Diffstat (limited to 'gnu/installer/newt')
-rw-r--r--gnu/installer/newt/timezone.scm3
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))