]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-interface.hh
2003 -> 2004
[lilypond.git] / lily / include / axis-group-interface.hh
index 33306c15c1b8939a36752ec4f3f04fdd193d8d8e..61239d372e7dda4b14c14eed42c09c55a09a43b0 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -25,7 +25,7 @@ struct Axis_group_interface
   static bool axis_b (Grob*,Axis);
   static Link_array<Grob> get_children (Grob*);
   static bool has_interface (Grob*);
-  static void set_interface (Grob*);
+  
   
 };