]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/part-combine-engraver.cc
* lily/include/translator.hh (class Translator): remove
[lilypond.git] / lily / part-combine-engraver.cc
index b7de2a308f0bc824ee561f14c018e30861d202b8..3196ffa4d09b9c39e9e1048c55eca5202a220c27 100644 (file)
@@ -23,8 +23,8 @@ protected:
   DECLARE_ACKNOWLEDGER(note_head);
   DECLARE_ACKNOWLEDGER(stem);
   
-  PRECOMPUTED_VIRTUAL void process_music ();
-  PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
+  void process_music ();
+  void stop_translation_timestep ();
   virtual bool try_music (Music *);
 private:
   Item *text_;