From 72851be38d09908efb0d3eca248ee9d3fc655773 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 6 Apr 2016 13:40:02 -0700 Subject: Remove IFWL_Grid and other grid classes. The IFWL_Grid class wasn't an interface, it was a concrete class. Even as a concrete class it was never instantiated. The various other CFWL_Grid* class were also not instantiated. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1862243002 --- BUILD.gn | 3 --- 1 file changed, 3 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index a2be53705e..a989f1e9d6 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1041,8 +1041,6 @@ if (pdf_enable_xfa) { "xfa/fwl/core/fwl_error.h", "xfa/fwl/core/fwl_formimp.cpp", "xfa/fwl/core/fwl_formimp.h", - "xfa/fwl/core/fwl_gridimp.cpp", - "xfa/fwl/core/fwl_gridimp.h", "xfa/fwl/core/fwl_noteimp.cpp", "xfa/fwl/core/fwl_noteimp.h", "xfa/fwl/core/fwl_panelimp.cpp", @@ -1068,7 +1066,6 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_custompanel.h", "xfa/fwl/core/ifwl_dataprovider.h", "xfa/fwl/core/ifwl_form.h", - "xfa/fwl/core/ifwl_grid.h", "xfa/fwl/core/ifwl_notedriver.h", "xfa/fwl/core/ifwl_noteloop.h", "xfa/fwl/core/ifwl_notethread.h", -- cgit v1.2.3