X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformance-scheme.cc;h=1d760da6dea9b8c2c7fb292289dd6ac3326d461f;hb=refs%2Ftags%2Frelease%2F2.11.5-1;hp=645262f9df1072b04cccffe80700fee2f882e9cd;hpb=2c22efe5a46a37065b10c3f51c5d7db00d07d318;p=lilypond.git diff --git a/lily/performance-scheme.cc b/lily/performance-scheme.cc index 645262f9df..1d760da6de 100644 --- a/lily/performance-scheme.cc +++ b/lily/performance-scheme.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005 Han-Wen Nienhuys + (c) 2005--2006 Han-Wen Nienhuys */ #include "performance.hh" @@ -11,7 +11,6 @@ LY_DEFINE (ly_performance_write, "ly:performance-write", 2, 0, 0, (SCM performance, SCM filename), "Write @var{performance} to @var{filename}") - { Performance *perf = dynamic_cast (unsmob_music_output (performance)); @@ -22,4 +21,3 @@ LY_DEFINE (ly_performance_write, "ly:performance-write", return SCM_UNSPECIFIED; } -