]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-score.cc
2003 -> 2004
[lilypond.git] / lily / paper-score.cc
index 5e31a512ec9d93861b63f6da213f60469e657b4f..28962bf440ba36cf670269ab36164ac488d7d034 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "score.hh"
@@ -42,15 +42,10 @@ Paper_score::typeset_line (System *l)
   main_smob_ = gh_cons (l->self_scm (), main_smob_);
   l->pscore_ = this;
 
-#if 0
-  /*
-    We don't unprotect l->self_scm (), we haven't got any place else to
-    protect it from collection.  */
-#endif
-
   scm_gc_unprotect_object (l->self_scm());
 }
 
+
 Paper_score::Paper_score (Paper_score const &s)
   : Music_output (s)
 {