From a5c1323ae6a2379fb5fe3ddea4c223fccd0c41b0 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 12 Apr 2016 13:19:36 -0700 Subject: Remove IFDE_Pen and IFDE_Brush. This Cl removes the two interfaces and renames CFDE_SolidBrush to CFDE_Brush. Uncalled methods are removed from both CFDE_Brush and CFDE_Pen and code simplified to match. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1881803003 --- xfa.gyp | 2 -- 1 file changed, 2 deletions(-) (limited to 'xfa.gyp') diff --git a/xfa.gyp b/xfa.gyp index cb3893a854..b15f41cd88 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -61,7 +61,6 @@ "xfa/fde/css/fde_cssstylesheet.h", "xfa/fde/css/fde_csssyntax.cpp", "xfa/fde/css/fde_csssyntax.h", - "xfa/fde/fde_brush.h", "xfa/fde/fde_renderdevice.h", "xfa/fde/fde_gedevice.cpp", "xfa/fde/fde_gedevice.h", @@ -72,7 +71,6 @@ "xfa/fde/fde_iterator.h", "xfa/fde/fde_object.h", "xfa/fde/fde_path.h", - "xfa/fde/fde_pen.h", "xfa/fde/fde_render.cpp", "xfa/fde/fde_render.h", "xfa/fde/tto/fde_textout.cpp", -- cgit v1.2.3