diff --git a/gnu/installer/newt/timezone.scm b/gnu/installer/newt/timezone.scm
index c94301a65983f54bfba0f5b3810148726b1f427e..63b44af7293c852226da8bc3ab8b22fb153b005d 100644
--- a/gnu/installer/newt/timezone.scm
+++ b/gnu/installer/newt/timezone.scm
@@ -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))