]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/timing-translator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / timing-translator.hh
index 0477c16e4501565f59046671506ce01f7d911788..f30f596b919f519d4d88f93037a67425052197b4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef TIMING_TRANSLATOR_HH
@@ -12,8 +12,6 @@
 #include "moment.hh"
 #include "translator.hh"
 
-#include "parray.hh"
-
 class Timing_translator : public Translator
 {
 public:
@@ -21,12 +19,11 @@ public:
 
 protected:
   virtual void initialize ();
-  PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
-  PRECOMPUTED_VIRTUAL void start_translation_timestep ();
+  void stop_translation_timestep ();
+  void start_translation_timestep ();
 
 public:
   Rational measure_length () const;
 };
 
-
 #endif // TIMING_TRANSLATOR_HH