X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftranslator.icc;h=2a7eeccc235e2884a96acbc37e29f39bf19e3369;hb=ee8e449112fbd0dbc8a5c411a9ccfc2d3bdb6a28;hp=6eb9e10405352c0aed4e3e5c0b797b52d3abf7b2;hpb=9b1d3ef007ba18e54dd46b38b835c6ec59140aa3;p=lilypond.git diff --git a/lily/include/translator.icc b/lily/include/translator.icc index 6eb9e10405..2a7eeccc23 100644 --- a/lily/include/translator.icc +++ b/lily/include/translator.icc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2007 Han-Wen Nienhuys */ #ifndef TRANSLATOR_ICC @@ -134,10 +134,4 @@ cl::_listen_scm_ ## m (SCM sev) \ listen_ ## m (ev); \ } -/* - This helper is only meaningful inside listen_* methods. -*/ -extern bool internal_event_assignment (Stream_event **old_ev, Stream_event *new_ev, const char *function); -#define ASSIGN_EVENT_ONCE(o,n) internal_event_assignment (&o, n, __FUNCTION__) - #endif /* TRANSLATOR_ICC */