From: fred Date: Wed, 27 Mar 2002 00:35:40 +0000 (+0000) Subject: lilypond-1.3.105 X-Git-Tag: release/1.5.59~986 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=19d2a3807062e7da326ae2bc150466dd72b225b0;p=lilypond.git lilypond-1.3.105 --- diff --git a/lily/include/score-element-callback.hh b/lily/include/score-element-callback.hh deleted file mode 100644 index fe588510e9..0000000000 --- a/lily/include/score-element-callback.hh +++ /dev/null @@ -1,21 +0,0 @@ -/* - score-element-callback.hh -- declare Score_element callbacks - - source file of the GNU LilyPond music typesetter - - (c) 2000 Han-Wen Nienhuys - - */ - -#ifndef SCORE_ELEMENT_CALLBACK_HH -#define SCORE_ELEMENT_CALLBACK_HH - -#include "lily-proto.hh" -#include "lily-guile.hh" - -typedef SCM (* Score_element_callback) (Score_element * , SCM extra_params); -SCM smobify_callback (Score_element_callback cb); - - -#endif /* SCORE_ELEMENT_CALLBACK_HH */ -