guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.


From: guix-commits
Subject: 02/03: gnu: Remove unused TIMEZONE-LISTBOX-HEIGTH.
Date: Sun, 17 Feb 2019 19:54:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2b8c2ff45b69b6370d88e97a59fa76de3183b49e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 01:42:09 2019 +0100

    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 c94301a..63b44af 100644
--- a/gnu/installer/newt/timezone.scm
+++ b/gnu/installer/newt/timezone.scm
@@ -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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]