diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-06 13:40:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-06 13:40:02 -0700 |
commit | 72851be38d09908efb0d3eca248ee9d3fc655773 (patch) | |
tree | 0b9f875256976bd741515119c7af9a50f8743a00 /BUILD.gn | |
parent | 98a689f63282cfcae1e70f9a1303e56c3b4ce13e (diff) | |
download | pdfium-72851be38d09908efb0d3eca248ee9d3fc655773.tar.xz |
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
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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", |