]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-handle.cc
Run `make grand-replace'.
[lilypond.git] / lily / context-handle.cc
index b9c8692ff07715e23ad2f2ca4c935b6570683da5..ae613fb86b279cbc2f444d5c45ee7959c42479d4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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)
 {