mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
read-print: Remove unused procedure.
* guix/read-print.scm (combine-vertical-space): Remove.
This commit is contained in:
parent
ebda12e1d2
commit
b21d05d232
1 changed files with 0 additions and 5 deletions
|
@ -82,11 +82,6 @@ (define vertical-space? (record-predicate <vertical-space>))
|
|||
(define vertical-space (record-type-constructor <vertical-space>))
|
||||
(define vertical-space-height (record-accessor <vertical-space> 'height))
|
||||
|
||||
(define (combine-vertical-space x y)
|
||||
"Return vertical space as high as the combination of X and Y."
|
||||
(vertical-space (+ (vertical-space-height x)
|
||||
(vertical-space-height y))))
|
||||
|
||||
(define canonicalize-vertical-space
|
||||
(let ((unit (vertical-space 1)))
|
||||
(lambda (space)
|
||||
|
|
Loading…
Reference in a new issue