]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ps-lookup.cc
patch::: 1.0.15.jcn3: guilig atoom
[lilypond.git] / lily / ps-lookup.cc
index 8d160b1f88a50e98a77d873d832413bc73d9b61b..3d4333c098dc6bb2da1ed2cd46eb52495a518a26 100644 (file)
@@ -62,6 +62,7 @@ Ps_lookup::character_str (int i) const
   return to_str (i, "(\\%03o)");
 }
 
+#if 0
 Atom
 Ps_lookup::dashed_slur (Array<Offset> controls, Real thick, Real dash) const
 {
@@ -95,6 +96,7 @@ Ps_lookup::dashed_slur (Array<Offset> controls, Real thick, Real dash) const
   a.font_ = font_;
   return a;
 }
+#endif
 
 Atom
 Ps_lookup::hairpin (Real width, bool decresc, bool continued) const