X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-handle.cc;h=065a74f2d42ab3fbdc35400c1c402ecad84debd4;hb=665aa6046a11676fab68826fd61a99e53b704e01;hp=a22d40dc985c308dcbb6b32d4d7fc624afdebd7f;hpb=545092a25d8ca41dc90b87482474b3719f7130a9;p=lilypond.git diff --git a/lily/context-handle.cc b/lily/context-handle.cc index a22d40dc98..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--2005 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) {