]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ps-lookup.cc
release: 1.0.16
[lilypond.git] / lily / ps-lookup.cc
index 3d4333c098dc6bb2da1ed2cd46eb52495a518a26..8d160b1f88a50e98a77d873d832413bc73d9b61b 100644 (file)
@@ -62,7 +62,6 @@ 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
 {
@@ -96,7 +95,6 @@ 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