From 9ae361352e23a8b0e8a7b4b7d0614de304798d4b Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:59:38 +0000 Subject: [PATCH] lilypond-0.1.50 --- lily/include/swallow-grav.hh | 1 - lily/include/tie-grav.hh | 1 - 2 files changed, 2 deletions(-) diff --git a/lily/include/swallow-grav.hh b/lily/include/swallow-grav.hh index 01f294becf..7cc4a905f1 100644 --- a/lily/include/swallow-grav.hh +++ b/lily/include/swallow-grav.hh @@ -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); diff --git a/lily/include/tie-grav.hh b/lily/include/tie-grav.hh index dc118c96e0..299e92a376 100644 --- a/lily/include/tie-grav.hh +++ b/lily/include/tie-grav.hh @@ -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(); -- 2.39.5