| Index: printing/printing_context.h
|
| diff --git a/printing/printing_context.h b/printing/printing_context.h
|
| index d5c6b00b2da9fce228483f244db600bdf110ec24..39e118c8bf73a01b2df0f4bd187f5bdbd51d24cf 100644
|
| --- a/printing/printing_context.h
|
| +++ b/printing/printing_context.h
|
| @@ -180,11 +180,6 @@ class PrintingContext {
|
| // Complete print context settings.
|
| PrintSettings settings_;
|
|
|
| -#ifndef NDEBUG
|
| - // Current page number in the print job.
|
| - int page_number_;
|
| -#endif
|
| -
|
| #if defined(OS_WIN)
|
| // The dialog box for the time it is shown.
|
| volatile HWND dialog_box_;
|
|
|