X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-handle.cc;h=80aa6a1a2f94978c7ac4b36d4a2d547c9f17198e;hb=e07c4f38ab5ccd77c67a60f222267bea51e100eb;hp=1799db14614da9c09715fb5c557963d7a2b0cd12;hpb=bd24b8ad63e7825f8e85cf772cd1a17b2a99b9dc;p=lilypond.git diff --git a/lily/context-handle.cc b/lily/context-handle.cc index 1799db1461..80aa6a1a2f 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--2006 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) {