X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer.cc;h=0f8b2e14b1d9b2bdfb78a018a1294907413f0fab;hb=629a98d913218597d04dfc3c41154e7ff2c76582;hp=c0dff19f5f4d153c0491a77fe3db0ce7e3cd8f41;hpb=5bbfc22fce036b9b69df5e420de93e11da23c05e;p=lilypond.git diff --git a/lily/performer.cc b/lily/performer.cc index c0dff19f5f..0f8b2e14b1 100644 --- a/lily/performer.cc +++ b/lily/performer.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2014 Han-Wen Nienhuys + Copyright (C) 1996--2015 Han-Wen Nienhuys Jan Nieuwenhuizen 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 (Translator::unsmob (perf)); -}