]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.3.93
[lilypond.git] / lily / include / command-request.hh
index 875024650c7bf7f2d1f20eddb60d6b46a43e03b8..078e02dd2f07e109ff913db02fa5fb0852662c46 100644 (file)
@@ -48,7 +48,7 @@ public:
 
   Tempo_req();
 protected:
-  virtual void do_print () const;
+
   VIRTUAL_COPY_CONS(Music);
   bool do_equal_b (Request const *) const;
 };
@@ -64,7 +64,7 @@ public:
 
   Time_signature_change_req();
 protected:
-  virtual void do_print () const;
+
   bool do_equal_b (Request const *) const;
   VIRTUAL_COPY_CONS(Music);
 };
@@ -111,7 +111,7 @@ public:
   String clef_str_;
   Clef_change_req (String);
 protected:
-  virtual void do_print () const;
+
   VIRTUAL_COPY_CONS(Music);
 };