X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-score.cc;h=af6622a9f3b37a7d4742f00bc523c4104968d971;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=de4c9fb50e1d35a54b563c32ba4d128791b8ee6e;hpb=0b544cfb7332615ef809b71b57ab656741311ae1;p=lilypond.git diff --git a/lily/paper-score.cc b/lily/paper-score.cc index de4c9fb50e..af6622a9f3 100644 --- a/lily/paper-score.cc +++ b/lily/paper-score.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 LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -42,12 +42,6 @@ Paper_score::Paper_score (Output_def *layout) paper_systems_ = SCM_BOOL_F; } -Paper_score::Paper_score (Paper_score const &s) - : Music_output (s) -{ - assert (false); -} - void Paper_score::derived_mark () const { @@ -165,9 +159,3 @@ Paper_score::get_paper_systems () } return paper_systems_; } - -Paper_score * -unsmob_paper_score (SCM x) -{ - return dynamic_cast (unsmob_music_output (x)); -}