X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=84b33cd1b3547d9ca9557b2691ba1e3139aead57;hb=509f945ca92d53976bf024d999598cc53b5d1cdd;hp=810421837266251d9cbdbef62d2bfad551abfc0e;hpb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index 8104218372..84b33cd1b3 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,7 +1,7 @@ /* breathing-sign.hh - Copyright (c) 1999--2008 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