From 19d2a3807062e7da326ae2bc150466dd72b225b0 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:35:40 +0000 Subject: [PATCH] lilypond-1.3.105 --- lily/include/score-element-callback.hh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lily/include/score-element-callback.hh 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 */ - -- 2.39.5