]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer.cc
Web: Essay - Add Elaine Gould's book Behind Bars
[lilypond.git] / lily / performer.cc
index 58a88cd29759762f49f7c04350cd22e863a30f53..fed24aadb2ccf6a4aeb2bf9981b10d8d995c3279 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--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -48,9 +48,3 @@ Performer::announce_element (Audio_element_info i)
 
   get_daddy_performer ()->announce_element (i);
 }
-
-Performer *
-unsmob_performer (SCM perf)
-{
-  return dynamic_cast<Performer *> (unsmob_translator (perf));
-}