]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ottava-engraver.cc
* lily/include/translator.hh (class Translator): remove
[lilypond.git] / lily / ottava-engraver.cc
index 8cf520f924a2c8dce583e85282c9702d124eebfa..30fcbb75cb155e1ebd9eb9c52b648bc30e6b9fdb 100644 (file)
@@ -20,8 +20,8 @@ protected:
  
   DECLARE_ACKNOWLEDGER(note_column);
   
-  PRECOMPUTED_VIRTUAL void process_music ();
-  PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
+  void process_music ();
+  void stop_translation_timestep ();
   virtual void derived_mark () const;
 private:
   Spanner *span_;