diff options
author | thakis <thakis@chromium.org> | 2015-07-28 13:47:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-28 20:48:18 +0000 |
commit | 84dff94bdb4c72490263b1dcba295dd2ff6dbc9f (patch) | |
tree | cd10e1866aea439633c0deffbf9beb40c8ab2398 /printing | |
parent | 75cdcc16d8acfbe8b5b9dcded69807cb3e9d0315 (diff) | |
download | chromium_src-84dff94bdb4c72490263b1dcba295dd2ff6dbc9f.zip chromium_src-84dff94bdb4c72490263b1dcba295dd2ff6dbc9f.tar.gz chromium_src-84dff94bdb4c72490263b1dcba295dd2ff6dbc9f.tar.bz2 |
clang/win: Fix most -Wunused-function warnings in Chromium code.
No intended behavior change.
BUG=505316
TBR=armansito
Review URL: https://codereview.chromium.org/1255073002
Cr-Commit-Position: refs/heads/master@{#340761}
Diffstat (limited to 'printing')
-rw-r--r-- | printing/printed_document_win.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/printing/printed_document_win.cc b/printing/printed_document_win.cc index 3c6b715..ddba4ca 100644 --- a/printing/printed_document_win.cc +++ b/printing/printed_document_win.cc @@ -25,10 +25,6 @@ void SimpleModifyWorldTransform(HDC context, DCHECK_NE(res, 0); } -void DrawRect(HDC context, gfx::Rect rect) { - Rectangle(context, rect.x(), rect.y(), rect.right(), rect.bottom()); -} - } // namespace namespace printing { |