]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-score.cc
Issue 4156: Define Smob<> constructors
[lilypond.git] / lily / paper-score.cc
index 38f108f3c425bda821f93e0a4adc3269228e7fab..6a2816a1613324389b16f1d6fb05da4698551bd3 100644 (file)
@@ -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
 {