Chromium Code Reviews| Index: printing/pdf_ps_metafile_cairo.cc |
| =================================================================== |
| --- printing/pdf_ps_metafile_cairo.cc (revision 55405) |
| +++ printing/pdf_ps_metafile_cairo.cc (working copy) |
| @@ -70,11 +70,6 @@ |
| namespace printing { |
| -PdfPsMetafile::PdfPsMetafile() |
| - : format_(PDF), |
| - surface_(NULL), context_(NULL) { |
| -} |
| - |
| PdfPsMetafile::PdfPsMetafile(const FileFormat& format) |
| : format_(format), |
| surface_(NULL), context_(NULL) { |