]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/musical-request.hh
release: 1.3.90
[lilypond.git] / lily / include / musical-request.hh
index 7b431130276a424bcc8eaac9e7eb026a3d1be5ab..ee5728441c41752f5e6f4828c3c9f0f66c84a084 100644 (file)
@@ -157,25 +157,6 @@ public:
   VIRTUAL_COPY_CONS (Music);
 };
 
-/**
-   What pitches have ben acked ?
- */
-class Pitch_interrogate_req : public Request
-{
-public:
-  Array<Musical_pitch> pitch_arr_;
-  VIRTUAL_COPY_CONS (Music);
-};
-
-/**
-   What rhythms have ben acked ?
- */
-class Rhythm_interrogate_req : public Request
-{
-public:
-  Array<Duration> duration_arr_;
-  VIRTUAL_COPY_CONS (Music);
-};
 
 
 /**