]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-interface.hh
2003 -> 2004
[lilypond.git] / lily / include / axis-group-interface.hh
index 869361f64bb8f570bfbcca4b61a78be1ff60c802..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>
   
  */
 
@@ -17,7 +17,7 @@
 */
 struct Axis_group_interface 
 {
-  DECLARE_SCHEME_CALLBACK(group_extent_callback, (SCM smob, SCM axis));
+  DECLARE_SCHEME_CALLBACK (group_extent_callback, (SCM smob, SCM axis));
   static Interval relative_group_extent (Axis, Grob * common, SCM list);
 
   static void add_element (Grob* me, Grob*);
@@ -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*);
+  
   
 };