lilypond-user
[Top][All Lists]
Advanced

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

Re: A few minor patches


From: Michael Welsh Duggan
Subject: Re: A few minor patches
Date: Sun, 02 May 2004 22:07:43 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

David Brandon <address@hidden> writes:

> FYI, this update caused this for me:
>
> performance.cc: In member function `void
>     Performance::add_element(Audio_element*)':
> performance.cc:155: error: 'class Audio_column' has no member named '
>     performance_'
>
> I had to put performance_ back in Audio_column to get it to work.
>
> David
>
> On May 2, 2004, at 5:19 PM, Han-Wen Nienhuys wrote:
>
>> address@hidden writes:
>>> A couple of minor patches I am bundling together because they are too
>>> trivial to include one at a time:
>>>
>>> First, getting rid of a few unused functions and variables:
>>
>> Thanks for your patches. I've but them in, but could you add ChangeLog
>> entries for the next patch? Thanks!

It appears I left out the follownig bit:

Index: performance.cc
===================================================================
RCS file: /cvsroot/lilypond/lilypond/lily/performance.cc,v
retrieving revision 1.44
diff -u -p -r1.44 performance.cc
--- performance.cc      27 Apr 2004 16:23:29 -0000      1.44
+++ performance.cc      3 May 2004 02:06:52 -0000
@@ -150,10 +150,6 @@ Performance::add_element (Audio_element 
     {
       audio_staffs_.push (s);
     }
-  else if (Audio_column *c = dynamic_cast<Audio_column*> (p))
-    {
-      c->performance_ = this;
-    }
   audio_elem_p_list_ = new Killing_cons<Audio_element> (p, audio_elem_p_list_);
 }

-- 
Michael Welsh Duggan
(address@hidden)




reply via email to

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