]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-engraver.cc
release: 1.3.131
[lilypond.git] / lily / text-engraver.cc
index 05b078285da0f39c4b7e5b6218008cce0506f91a..cb668b414608a00662aede9453005f015fcdaa9b 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -30,7 +30,6 @@ protected:
   virtual void stop_translation_timestep ();
   virtual void start_translation_timestep ();
   virtual void create_grobs ();
-  void deprecated_process_music ();
   virtual void acknowledge_grob (Grob_info);
 };
 
@@ -79,12 +78,6 @@ Text_engraver::acknowledge_grob (Grob_info inf)
 
 void
 Text_engraver::create_grobs ()
-{
-  deprecated_process_music ();
-}
-
-void
-Text_engraver::deprecated_process_music ()
 {
   if (texts_.size ())
     return;