From b04d1cc8f025ad38fcfacfa002a0c514dc9d5c46 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 30 Oct 2015 12:38:29 -0700 Subject: XFA: remove unused GdiCombineMode2Gdip() [windows] R=thestig@chromium.org Review URL: https://codereview.chromium.org/1428713004 . --- core/src/fxge/win32/fx_win32_gdipext.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'core') diff --git a/core/src/fxge/win32/fx_win32_gdipext.cpp b/core/src/fxge/win32/fx_win32_gdipext.cpp index cae6c67823..4beef9a177 100644 --- a/core/src/fxge/win32/fx_win32_gdipext.cpp +++ b/core/src/fxge/win32/fx_win32_gdipext.cpp @@ -25,13 +25,6 @@ using namespace Gdiplus::DllExports; #define GdiFillType2Gdip(fill_type) \ (fill_type == ALTERNATE ? FillModeAlternate : FillModeWinding) -static CombineMode GdiCombineMode2Gdip(int mode) { - switch (mode) { - case RGN_AND: - return CombineModeIntersect; - } - return CombineModeIntersect; -} enum { FuncId_GdipCreatePath2, FuncId_GdipSetPenDashStyle, -- cgit v1.2.3