]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-iterator.cc
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / lily / grace-iterator.cc
index 4d99819fa66b0cad13943b01db2768843ec11623..6668b66f4e9908b48f6c15b7ad9183598129cb01 100644 (file)
 #include "global-translator.hh"
 #include "warn.hh"
 
-
-Grace_iterator::~Grace_iterator () 
-{
-  //  child_iter_ = 0;
-}
-
-
 void
 Grace_iterator::process (Moment m)
 {
@@ -29,14 +22,6 @@ Grace_iterator::process (Moment m)
   Music_wrapper_iterator::process (main);
 }
 
-void
-Grace_iterator::construct_children ()
-{
-  Music_wrapper_iterator::construct_children ();
-}
-
-
-
 Moment
 Grace_iterator::pending_moment () const
 {