]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-texstr.scm
Fix warning messages in music-functions.scm and paper.scm.
[lilypond.git] / scm / output-texstr.scm
index 62fe1547a495b149edaf9156254c0b52c43b66e0..841e71a0470a4def11c386f109080fb237d3b458 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2004--2006 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 (define-module (scm output-texstr))
 (define this-module (current-module))
@@ -27,7 +27,7 @@
       what
       ""))
 
-(define TEX_STRING_HASHLIMIT 10000000)
+
 (define-public (text font str)
   (call-with-output-string
    (lambda (port)