diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-29 03:04:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-29 03:04:47 +0000 |
commit | 7bd80241b862451b05566797f4ef6debf98f5c45 (patch) | |
tree | 193c1ec3e329486299774d5195ee71037fdb22c0 /printing/pdf_metafile_cg_mac.h | |
parent | 8243d0bef6f5c60fef06f222d059393ad96b3ce6 (diff) | |
download | chromium_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_cg_mac.h')
-rw-r--r-- | printing/pdf_metafile_cg_mac.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/pdf_metafile_cg_mac.h b/printing/pdf_metafile_cg_mac.h index 303cfd5..5a7f56d 100644 --- a/printing/pdf_metafile_cg_mac.h +++ b/printing/pdf_metafile_cg_mac.h @@ -65,8 +65,6 @@ class PdfMetafileCg : public Metafile, public base::ThreadChecker { bool center_horizontally, bool center_vertically) const; - virtual void set_draft(bool /* draft */) const {} - private: // Returns a CGPDFDocumentRef version of pdf_data_. CGPDFDocumentRef GetPDFDocument() const; |