me
/
guix
Archived
1
0
Fork 0

gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.

* gnu/installer/newt/timezone.scm (timezone-listbox-heigth): Delete
variable.
master
Tobias Geerinckx-Rice 2019-02-18 01:42:09 +01:00
parent b83e4a93a2
commit 2b8c2ff45b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 3 deletions

View File

@ -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))