X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=84b33cd1b3547d9ca9557b2691ba1e3139aead57;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=f473dbcaacc76b353fdb94b3eb257332f3311224;hpb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index f473dbcaac..84b33cd1b3 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,7 +1,7 @@ /* breathing-sign.hh - Copyright (c) 1999--2011 Michael Krause + Copyright (c) 1999--2015 Michael Krause written for the GNU LilyPond music typesetter */ @@ -21,15 +21,12 @@ class Grob; class Breathing_sign { public: - DECLARE_SCHEME_CALLBACK (print, (SCM)); - DECLARE_SCHEME_CALLBACK (railtracks, (SCM)); DECLARE_SCHEME_CALLBACK (divisio_minima, (SCM)); DECLARE_SCHEME_CALLBACK (divisio_maior, (SCM)); DECLARE_SCHEME_CALLBACK (divisio_maxima, (SCM)); DECLARE_SCHEME_CALLBACK (finalis, (SCM)); DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element)); - DECLARE_GROB_INTERFACE (); }; #endif // BREATHING_SIGN_HH