]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tex-lookup.cc
patch::: 1.0.15.jcn3: guilig atoom
[lilypond.git] / lily / tex-lookup.cc
index c50b233904f8ae4533629d532da55b56750e0e9c..7ca6b43ac730ffe01a2173de223b1760d792f7ac 100644 (file)
@@ -63,11 +63,13 @@ Tex_lookup::character_str (int i) const
   return Lookup::character_str (i);
 }
 
+#if 0
 Atom
 Tex_lookup::dashed_slur (Array<Offset> controls, Real thick, Real dash) const
 {
   return embed (Ps_lookup::dashed_slur (controls, thick, dash));
 }
+#endif
 
 Atom
 Tex_lookup::embed (Atom a) const