]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-performer.hh
release: 0.1.7
[lilypond.git] / lily / include / note-performer.hh
index b925617e426d3421e3f465a1ec253c74d0d68d75..0fb8aecbd43fab4ae98831306d1ca4fe7b1f0b2d 100644 (file)
@@ -18,7 +18,6 @@ public:
     DECLARE_MY_RUNTIME_TYPEINFO;
 
     Note_performer();
-    ~Note_performer();
 
 protected:
     virtual void process_requests();
@@ -28,7 +27,6 @@ protected:
 
 private:
     Melodic_req * note_req_l_;
-    Moment off_mom_;
 };
 
 #endif // NOTE_PERFORMER_HH