]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos-engraver.cc
* lily/include/translator.hh (class Translator): remove
[lilypond.git] / lily / custos-engraver.cc
index b9649205ac191deec5ec2254642c2630f934fdf0..4ece68ae236c87ebfdd75b90c7675d2efbc5f7b1 100644 (file)
@@ -28,11 +28,11 @@ class Custos_engraver : public Engraver
 {
 public:
   TRANSLATOR_DECLARATIONS (Custos_engraver);
-  PRECOMPUTED_VIRTUAL void start_translation_timestep ();
+  void start_translation_timestep ();
   DECLARE_ACKNOWLEDGER(bar);
   DECLARE_ACKNOWLEDGER(note_head);
-  PRECOMPUTED_VIRTUAL void process_acknowledged ();
-  PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
+  void process_acknowledged ();
+  void stop_translation_timestep ();
   virtual void finalize ();
 
 private: