Skip to content
Snippets Groups Projects
Unverified Commit 2b8c2ff4 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.

* gnu/installer/newt/timezone.scm (timezone-listbox-heigth): Delete
variable.
parent b83e4a93
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment