]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
Replace internal_get_property with get_property where possible
[lilypond.git] / lily / paper-outputter.cc
index 6dff3242439bcc0c16ea0d5eabbe2fc532570f46..712c9c9bab71773e77dae2442cc031ee0772934c 100644 (file)
@@ -38,7 +38,6 @@ using namespace std;
 #include "string-convert.hh"
 #include "warn.hh"
 
-#include "ly-smobs.icc"
 
 Paper_outputter::Paper_outputter (SCM port, const string &format)
 {
@@ -61,8 +60,6 @@ Paper_outputter::~Paper_outputter ()
 {
 }
 
-IMPLEMENT_SMOBS (Paper_outputter);
-IMPLEMENT_DEFAULT_EQUAL_P (Paper_outputter);
 
 SCM
 Paper_outputter::mark_smob (SCM x)