]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-engraver.cc
* lily/include/translator.hh (class Translator): remove
[lilypond.git] / lily / text-engraver.cc
index 72a81264525c74262c686ff8ff2d20a56eb10813..a5d9adfaf86941b81a6cf1cfdb2c5b533962af54 100644 (file)
@@ -24,8 +24,8 @@ public:
   TRANSLATOR_DECLARATIONS (Text_engraver);
 protected:
   virtual bool try_music (Music *m);
-  PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
-  PRECOMPUTED_VIRTUAL void process_acknowledged ();
+  void stop_translation_timestep ();
+  void process_acknowledged ();
 
   DECLARE_ACKNOWLEDGER(stem);
   DECLARE_ACKNOWLEDGER(rhythmic_head);