]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer.hh
Remove time-scaled-music-iterator.hh which has been unused since 2006.
[lilypond.git] / lily / include / performer.hh
index 686479c6f1be9996ceb1b6a43b13bf35f667f267..a640e240aa27449065dad6564fd6e7b524f955a0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1996--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -25,7 +25,7 @@
 #include "grob-info.hh"
 #include "translator.hh"
 
-/* Convert a music definition into a audio representation.
+/* Convert a music definition into an audio representation.
    A baseclass.  */
 class Performer : public Translator
 {
@@ -40,7 +40,5 @@ protected:
   virtual void create_audio_elements ();
 };
 
-Performer *unsmob_performer (SCM perf);
-
 #endif /* PERFORMER_HH */