mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.
* gnu/installer/newt/timezone.scm (timezone-listbox-heigth): Delete variable.
This commit is contained in:
parent
b83e4a93a2
commit
2b8c2ff45b
1 changed files with 0 additions and 3 deletions
|
@ -30,9 +30,6 @@ (define-module (gnu installer newt timezone)
|
|||
#: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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue