]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/span-bar.hh
grob.cc: rewrite O(n^2) algorithm in Grob::common_refpoint algorithm to O(n)
[lilypond.git] / lily / include / span-bar.hh
index d869d878eacc28bb0e0f0707b3e842b3a16db171..1f017321c517876e1cf420272b063972a115a199 100644 (file)
@@ -32,12 +32,11 @@ class Span_bar
 {
 public:
 
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   static Interval get_spanned_interval (Grob *);
   static void add_bar (Grob *, Grob *);
   static void evaluate_glyph (Grob *);
   DECLARE_SCHEME_CALLBACK (width, (SCM smob));
-  DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM));
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));