]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.50
authorfred <fred>
Sun, 24 Mar 2002 19:59:38 +0000 (19:59 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:59:38 +0000 (19:59 +0000)
lily/include/swallow-grav.hh
lily/include/tie-grav.hh

index 01f294becfccff1b637814380f2846854776b7e9..7cc4a905f112f5d3659889a87a23da8f591af194 100644 (file)
@@ -18,7 +18,6 @@
  */
 class Swallow_engraver : public Engraver {
 protected:
-  bool acceptable_request_b (Request*) const;
   bool do_try_request (Request*) ;
 public:
   TRANSLATOR_CLONE(Swallow_engraver);
index dc118c96e073fef0706212c786b5878e2f273618..299e92a3761fc2d45ab1fd5e06e8b5ad3c1753d1 100644 (file)
@@ -26,7 +26,6 @@ protected:
     virtual void do_removal_processing ();
     virtual void acknowledge_element (Score_elem_info);
     virtual bool do_try_request (Request*);
-    virtual bool acceptable_request_b (Request*);
     virtual void do_process_requests();
     virtual void do_post_move_processing();
     virtual void do_pre_move_processing();