]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-spacer.cc
Doc: NR Pitches.itely - Clef - updated snippets and text
[lilypond.git] / lily / simple-spacer.cc
index e21cbbf0ef7db494d40704cbf5db3b230ed55066..1f2f5aaa6ddbfd6e181e1ec73e6263b9f6d1492e 100644 (file)
@@ -534,22 +534,3 @@ get_line_configuration (vector<Grob *> const &columns,
 
   return ret;
 }
-
-#include "ly-smobs.icc"
-
-IMPLEMENT_SIMPLE_SMOBS (Simple_spacer);
-IMPLEMENT_DEFAULT_EQUAL_P (Simple_spacer);
-
-SCM
-Simple_spacer::mark_smob (SCM /* x */)
-{
-  return SCM_EOL;
-}
-
-int
-Simple_spacer::print_smob (SCM /* x */, SCM p, scm_print_state *)
-{
-  scm_puts ("#<Simple spacer>", p);
-  return 1;
-}
-