From e990cd61738a8f8016982095bb95e20ffde72339 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 12 Dec 2012 12:38:58 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/display/paged.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/ebooks/oeb/display/paged.coffee b/src/calibre/ebooks/oeb/display/paged.coffee index 7611289c44..c5f2dbc97a 100644 --- a/src/calibre/ebooks/oeb/display/paged.coffee +++ b/src/calibre/ebooks/oeb/display/paged.coffee @@ -29,8 +29,6 @@ class PagedDisplay this.current_page_height = null this.document_margins = null this.use_document_margins = false - this.footer_panel = null - this.header_panel = null read_document_margins: () -> # Read page margins from the document. First checks for an @page rule.