X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-handle.cc;h=065a74f2d42ab3fbdc35400c1c402ecad84debd4;hb=af7063a9e816ce5e616e0b35922fdb923c9d6095;hp=b9c8692ff07715e23ad2f2ca4c935b6570683da5;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/lily/context-handle.cc b/lily/context-handle.cc index b9c8692ff0..065a74f2d4 100644 --- a/lily/context-handle.cc +++ b/lily/context-handle.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2006 Han-Wen Nienhuys + (c) 1999--2007 Han-Wen Nienhuys */ #include "context-handle.hh" @@ -47,12 +47,6 @@ Context_handle::down () outlet_ = 0; } -bool -Context_handle::try_music (Music *m) -{ - return outlet_->try_music (m); -} - void Context_handle::operator = (Context_handle const &s) {