]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
* lily/hairpin.cc: use Line_interface
[lilypond.git] / lily / include / lookup.hh
index 43d5f68761593804c7ce971bf87d89593917be34..959b278a8dac17bf47caa6d648077028943fc041 100644 (file)
@@ -25,7 +25,6 @@ struct Lookup
   static Molecule frame (Box b, Real thick, Real blot);
   static Molecule slur (Bezier controls, Real cthick, Real thick);
   static Molecule bezier_sandwich (Bezier top_curve, Bezier bottom_curve);
-  static Molecule horizontal_slope (Real width, Real slope, Real height);
   static Molecule beam (Real slope, Real width, Real thick, Real blot);
   static Molecule dashed_slur (Bezier, Real thick, Real dash);
   static Molecule blank (Box b);
@@ -33,7 +32,6 @@ struct Lookup
   static Molecule round_filled_box (Box b, Real blotdiameter);
   static Molecule repeat_slash (Real w, Real slope, Real th);
   static Molecule line (Real th, Offset from, Offset to);
-  static Molecule dashed_line (Real th, Offset from, Offset to, Real, Real);
   static Molecule horizontal_line (Interval w, Real th);
   static Molecule triangle (Interval, Real, Real);
 };