gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.
* gnu/installer/newt/timezone.scm (timezone-listbox-heigth): Delete variable.master
parent
b83e4a93a2
commit
2b8c2ff45b
|
@ -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))
|
||||
|
||||
|
|
Reference in New Issue