]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / lily / paper-outputter.cc
index 91bffa2242a946c4e1917ef6b67a8a57ee59efe5..5ba03e95c78ee2e9a26477d5e30513f62ce038f5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -68,15 +68,6 @@ Paper_outputter::mark_smob ()
   return file_;
 }
 
-int
-Paper_outputter::print_smob (SCM /* x */,
-                             SCM p,
-                             scm_print_state *)
-{
-  scm_puts ("#<Paper_outputter>", p);
-  return 1;
-}
-
 SCM
 Paper_outputter::file () const
 {