X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-handle.cc;h=ae613fb86b279cbc2f444d5c45ee7959c42479d4;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b9c8692ff07715e23ad2f2ca4c935b6570683da5;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/context-handle.cc b/lily/context-handle.cc index b9c8692ff0..ae613fb86b 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--2008 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) {