From 15dba2d477252baef5692dddb0f4016106eec3b0 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 28 Jan 1997 17:22:23 +0000 Subject: [PATCH] lilypond-0.0.26 --- hdr/voice.hh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/hdr/voice.hh b/hdr/voice.hh index f63f905a0d..867827f029 100644 --- a/hdr/voice.hh +++ b/hdr/voice.hh @@ -25,15 +25,10 @@ struct Voice { */ -struct Voicegroup { - /// don't know how to identify these. -}; - /// one horizontal bit. struct Voice_element { Moment duration; - const Voicegroup *group; - const Voice *voice_; + const Voice *voice_l_; IPointerList reqs; /****************/ @@ -43,8 +38,6 @@ struct Voice_element { Voice_element(Voice_element const & src ); void print ()const; }; -/** Apart from being a container for the requests, Voice_element is - glue between related items and spanners, between requests and - (voice)groups +/** Apart from being a container for the requests, Voice_element is nothing */ #endif -- 2.39.5