]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-def.cc
Add regtest for \addlyrics on Staff context
[lilypond.git] / lily / output-def.cc
index 9c93dc68810907af158dc120a448637afa0c4f4c..ca0f7ad88a904000f658c7bb454d1c68f3a0b780 100644 (file)
@@ -29,7 +29,6 @@
 #include "scm-hash.hh"
 #include "warn.hh"
 
-#include "ly-smobs.icc"
 
 #include "program-option.hh"
 
@@ -61,8 +60,6 @@ Output_def::~Output_def ()
 {
 }
 
-IMPLEMENT_SMOBS (Output_def);
-IMPLEMENT_DEFAULT_EQUAL_P (Output_def);
 
 SCM
 Output_def::mark_smob (SCM m)
@@ -259,5 +256,3 @@ line_dimensions_int (Output_def *def, int n)
     : def->get_dimension (ly_symbol2scm ("indent"));
   return Interval (ind, lw);
 }
-
-