]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/command-request.cc
release: 1.1.43
[lilypond.git] / lily / command-request.cc
index 84ff56f9f7f86c33a9859eb14d2a22986610c04b..335c92904251d2de49e8a0dbf46790dda6e176cb 100644 (file)
@@ -39,11 +39,6 @@ Bar_req::do_equal_b (Request*r) const
   return b && type_str_ == b->type_str_;
 }
 
-
-
-
-
-
 void
 Bar_req::do_print() const
 {
@@ -52,7 +47,6 @@ Bar_req::do_print() const
 #endif
 }
 
-
 Bar_req::Bar_req (String s)
 {
   type_str_ = s;
@@ -71,8 +65,6 @@ Partial_measure_req::do_equal_b (Request* r) const
   return p&& p->length_mom_ == length_mom_;
 }
 
-
-
 bool
 Barcheck_req::do_equal_b (Request*r) const
 {