]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Remove unused variable.
[lilypond.git] / lily / include / bar-line.hh
index 43db11e9c9e0df074f65fc9222e94b414fa9d7b8..1ae1b59ae7ef2ce0bdadfdf07fc49f6b4fad5efb 100644 (file)
@@ -16,7 +16,7 @@ public:
   DECLARE_GROB_INTERFACE();
 
   static Stencil dashed_bar_line (Grob *me, Real h, Real thick);
-  static Stencil tick_bar_line (Grob *me, Real w, Real h, bool rounded);
+  static Stencil tick_bar_line (Grob *me, Real h, bool rounded);
   static Stencil compound_barline (Grob *, string, Real height, bool rounded);
   static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
   static Interval bar_y_extent (Grob *, Grob *);