]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-interface.hh
* lily/rest.cc (y_offset_callback): merge function of 3 callbacks.
[lilypond.git] / lily / include / break-align-interface.hh
index cfa651bb9d4c9e552450ead5f6ffb0e1290724dd..c13e54f763deb51dd5666a1b5aebaf5e4609b386 100644 (file)
@@ -18,7 +18,7 @@ public:
   static bool has_interface (Grob *);
   static void add_element (Grob *me, Grob *add);
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM element));
-  DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element));
 };
 struct Break_aligned_interface
 {