X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbar-engraver.cc;h=b99de3811e0f3bb07029a3c7735f896093bb3163;hb=11af6c2cdf00805010ae5117a0fe3b5bc6194915;hp=c2abb8cd85b05a7df84a85ad66bb1f595303a992;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/lily/bar-engraver.cc b/lily/bar-engraver.cc index c2abb8cd85..b99de3811e 100644 --- a/lily/bar-engraver.cc +++ b/lily/bar-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2012 Han-Wen Nienhuys + Copyright (C) 1997--2014 Han-Wen Nienhuys Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify @@ -33,7 +33,6 @@ class Bar_engraver : public Engraver { public: TRANSLATOR_DECLARATIONS (Bar_engraver); - void request_bar (string type_string); protected: void stop_translation_timestep ();