]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.11
authorfred <fred>
Sun, 24 Mar 2002 19:56:08 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:08 +0000 (19:56 +0000)
lily/tex.cc

index fb0348a05127d3dbd118462d53de17b9dfad6d4f..6e7bb4732b9b282cc5dd88b898980e44817c9ba9 100644 (file)
@@ -35,10 +35,6 @@ substitute_args (String source, Array<String> args)
   String retval (source);
   for (int i = 0 ; i < args.size(); i++)
       substitute_arg (retval, args[i]);
-  /*
-  while (retval.index_i ('%') >= 0)
-      substitute_arg (retval, "");
-       */
   return retval;
 }