]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / parse-scm.cc
index 087d2e5951e09940c5aa9fecd947c0111ed6911e..d1dad300e37a0b61169010bf17343f5b687bb7de 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "parse-scm.hh"
@@ -38,9 +38,6 @@ internal_ly_parse_scm (Parse_start *ps)
   SCM answer = SCM_UNSPECIFIED;
   SCM form = scm_read (port);
 
-  /* Reset read_buf for scm_ftell.
-     Shouldn't scm_read () do this for us?  */
-  scm_fill_input (port);
   SCM to = scm_ftell (port);
   ps->nchars = scm_to_int (to) - scm_to_int (from);