From: Han-Wen Nienhuys Date: Mon, 19 May 2008 03:52:28 +0000 (-0300) Subject: Remove book-paper-def.hh. X-Git-Tag: release/2.11.46-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6e230e2d49e93e22760192fe6646bc1dd14a7bff;p=lilypond.git Remove book-paper-def.hh. --- diff --git a/lily/include/book-paper-def.hh b/lily/include/book-paper-def.hh deleted file mode 100644 index 919b0e8e42..0000000000 --- a/lily/include/book-paper-def.hh +++ /dev/null @@ -1,26 +0,0 @@ -/* - book-paper-def.hh -- declare Output_def - - source file of the GNU LilyPond music typesetter - - (c) 2004--2007 Jan Nieuwenhuizen -*/ - -#ifndef BOOK_PAPER_DEF_HH -#define BOOK_PAPER_DEF_HH - -#include "output-def.hh" - -#error - -class Output_def : public Output_def -{ -public: - VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def); - Output_def (Output_def const &); - Output_def (); - - virtual void derived_mark (); -}; - -#endif /* BOOK_PAPER_DEF_HH */