]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.3
authorfred <fred>
Tue, 26 Mar 2002 21:28:56 +0000 (21:28 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:28:56 +0000 (21:28 +0000)
lily/include/musical-request.hh

index 3f79b0b45b6b7015a3d519e96f7039c54f55d9b6..1891986303a2d39128a8d44e3d37d812c20ed034 100644 (file)
@@ -38,7 +38,6 @@ public:
   bool do_equal_b (Request*) const;
   void compress (Moment);
   virtual Moment duration() const;
-  Rhythmic_req();
   static int compare (Rhythmic_req const&,Rhythmic_req const&);
   REQUESTMETHODS(Rhythmic_req);
 };
@@ -146,8 +145,6 @@ public:
 class Beam_req  : public Musical_span_req  {
 public:
   REQUESTMETHODS(Beam_req);
-
-  Beam_req();
 };
 
 /**