From 2b8c2ff45b69b6370d88e97a59fa76de3183b49e Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Mon, 18 Feb 2019 01:42:09 +0100
Subject: [PATCH] gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.

* gnu/installer/newt/timezone.scm (timezone-listbox-heigth): Delete
variable.
---
 gnu/installer/newt/timezone.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/installer/newt/timezone.scm b/gnu/installer/newt/timezone.scm
index c94301a6598..63b44af7293 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))
 
-- 
GitLab