summaryrefslogtreecommitdiffstats
path: root/printing/pdf_metafile_skia.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 03:04:47 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 03:04:47 +0000
commit7bd80241b862451b05566797f4ef6debf98f5c45 (patch)
tree193c1ec3e329486299774d5195ee71037fdb22c0 /printing/pdf_metafile_skia.cc
parent8243d0bef6f5c60fef06f222d059393ad96b3ce6 (diff)
downloadchromium_src-7bd80241b862451b05566797f4ef6debf98f5c45.zip
chromium_src-7bd80241b862451b05566797f4ef6debf98f5c45.tar.gz
chromium_src-7bd80241b862451b05566797f4ef6debf98f5c45.tar.bz2
Print Preview: Remove unused draft mode code.
BUG=none TEST=none Review URL: http://codereview.chromium.org/7275030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90919 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/pdf_metafile_skia.cc')
-rw-r--r--printing/pdf_metafile_skia.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/printing/pdf_metafile_skia.cc b/printing/pdf_metafile_skia.cc
index 0ef33f2..69cae9e 100644
--- a/printing/pdf_metafile_skia.cc
+++ b/printing/pdf_metafile_skia.cc
@@ -236,7 +236,4 @@ PdfMetafileSkia::PdfMetafileSkia()
: data_(new PdfMetafileSkiaData),
draft_(false) {}
-void PdfMetafileSkia::set_draft(bool draft) const {
- draft_ = draft;
-}
} // namespace printing