diff options
Diffstat (limited to 'printing/printed_document.h')
-rw-r--r-- | printing/printed_document.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/printing/printed_document.h b/printing/printed_document.h index 3e3217a..3a61541 100644 --- a/printing/printed_document.h +++ b/printing/printed_document.h @@ -127,9 +127,6 @@ class PRINTING_EXPORT PrintedDocument // The total number of pages in the document. int page_count_; - // Shrink done in comparison to desired_dpi. - double shrink_factor; - #if defined(OS_POSIX) && !defined(OS_MACOSX) // Page number of the first page. int first_page; |