]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest-engraver.cc
release: 1.3.90
[lilypond.git] / lily / rest-engraver.cc
index 23ff6e776bef31628581a19dec2c6de147d8f62d..40cba4eb9102d4d3a7a1559b87518d887d76fa62 100644 (file)
@@ -99,12 +99,6 @@ Rest_engraver::do_try_music (Music *m)
       rest_req_l_ = r;
       return true;
     }  
-  else if (Rhythm_interrogate_req *r = dynamic_cast<Rhythm_interrogate_req*> (m))
-    {
-      if (rest_req_l_)
-       r->duration_arr_.push (rest_req_l_->duration_); // GUH UGH UGHUGH.
-      return true;
-    }
   return false;
 }