From b425205c5a6b2c60db63bf172e708030ba05dd5c Mon Sep 17 00:00:00 2001 From: hanwen Date: Mon, 14 Feb 2005 23:00:18 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ scm/define-grob-properties.scm | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d55d1754f..ea1591ffea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-12 Han-Wen Nienhuys + + * scm/define-grob-properties.scm (all-user-grob-properties): + removed 'dashed property. + 2005-02-13 Nicolas Sceaux * scm/lily.scm (define-safe-public): new macro for defining diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index fd4934f60a..311d40fb9e 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -149,9 +149,6 @@ negative, no line is drawn at all.") dash-period. Should be between 0.0 (no line) and 1.0 (continuous line).") - ;; use dash-period/dash-fraction instead; - (dashed ,number? " number representing the length of the dashes.") - ;; todo: why is this tunable? (dir-function ,procedure? "The function to determine the direction of a beam. Choices include: -- 2.39.5