]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spaceable-grob.cc
ignorance.
[lilypond.git] / lily / spaceable-grob.cc
index 4ec46bbd84ff24a6807847e400b0ce96065432f8..ad6e7d61812bb9f959c6a5c806c50cd9f1abfdfc 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "spaceable-grob.hh"
@@ -122,13 +122,6 @@ Spaceable_grob::get_spring (Grob *this_col, Grob *next_col, Real *dist, Real *in
 }
 
 
-void
-Spaceable_grob::remove_interface (Grob *me)
-{
-  me->set_object ("minimum-distances", SCM_EOL);
-  me->set_object ("spacing-wishes", SCM_EOL);
-  me->set_object ("ideal-distances", SCM_EOL);
-}
 
 ADD_INTERFACE (Spaceable_grob,
               "A layout object that takes part in the spacing problem. ",