Skip to content

Commit

Permalink
PrintPreview: Remove unwanted member variable initializations.
Browse files Browse the repository at this point in the history
BUG=none
TEST=none


Review URL: http://codereview.chromium.org/7737029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100077 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
kmadhusu@chromium.org committed Sep 8, 2011
1 parent 5e5671a commit 191f8da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions printing/print_settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ PrintSettings::PrintSettings()
desired_dpi(72),
selection_only(false),
use_overlays(true),
date(),
title(),
url(),
display_header_footer(false),
dpi_(0),
landscape_(false),
Expand Down

0 comments on commit 191f8da

Please sign in to comment.