]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.105
authorfred <fred>
Wed, 27 Mar 2002 00:35:40 +0000 (00:35 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:35:40 +0000 (00:35 +0000)
lily/include/score-element-callback.hh [deleted file]

diff --git a/lily/include/score-element-callback.hh b/lily/include/score-element-callback.hh
deleted file mode 100644 (file)
index fe58851..0000000
+++ /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 <hanwen@cs.uu.nl>
-  
- */
-
-#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 */
-