]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/timing-translator.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / timing-translator.hh
index 0477c16e4501565f59046671506ce01f7d911788..3ed20422b7a1869c4daad72625bebe8a2b224551 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--2006 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