]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-book.hh
* lily/score.cc (default_rendering): clean protection.
[lilypond.git] / lily / include / paper-book.hh
index 1f481c2dd40114b8bced83baaff7e92d117b8041..2e58a51388616c56a60c2f0cca0c7e57696e3740 100644 (file)
@@ -19,7 +19,6 @@
 class Paper_book
 {
 public:
-  Protected_scm protect_;
   Array<SCM> headers_;
   Array<SCM> global_headers_;
   Link_array<Paper_def> papers_;
@@ -31,11 +30,7 @@ public:
   Stencil* get_title (int);
   void output (String);
   void classic_output (String);
-
-  SCM smobbed_copy () const;
-
-private:
-  DECLARE_SIMPLE_SMOBS (Paper_book, )
+  DECLARE_SMOBS (Paper_book, )
 };
 
 DECLARE_UNSMOB (Paper_book, paper_book)