]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/directional-element-interface.hh
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / lily / include / directional-element-interface.hh
index b77ef71754660c3406f17b0c325eeacb0b3a6890..ea77c3dc557321bade50f1810c41abac95d91bd3 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -15,8 +15,8 @@
 struct Directional_element_interface 
 {
 public:
-  static SCM direction_sym ;
-  static void set  (Grob*,Direction d);
+
+  static void set (Grob*,Direction d);
   static Direction get (Grob*) ;
   static bool has_interface (Grob*) ;
 };