Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: printing/printed_document_win.cc

Issue 1255073002: clang/win: Fix most -Wunused-function warnings in Chromium code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: printing/printed_document_win.cc
diff --git a/printing/printed_document_win.cc b/printing/printed_document_win.cc
index 3c6b7152ea1c0cd0c34ceedb59fa8d0b963366dd..ddba4ca48a6d362413fe5da96533f9317ded1875 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 {

Powered by Google App Engine
This is Rietveld 408576698