From 704da531215c4f81279eb763192de398f7d03748 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 21 Oct 2015 14:16:29 -0400 Subject: Remove FFL_Utils as it is unused. None of the methods in this file are used and it is not included anywhere. Removing. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1417783004 . --- BUILD.gn | 2 -- 1 file changed, 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index f355ae4fd8..e563e87ae7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -734,7 +734,6 @@ static_library("formfiller") { "fpdfsdk/include/formfiller/FFL_PushButton.h", "fpdfsdk/include/formfiller/FFL_RadioButton.h", "fpdfsdk/include/formfiller/FFL_TextField.h", - "fpdfsdk/include/formfiller/FFL_Utils.h", "fpdfsdk/include/formfiller/FormFiller.h", "fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp", "fpdfsdk/src/formfiller/FFL_CheckBox.cpp", @@ -745,7 +744,6 @@ static_library("formfiller") { "fpdfsdk/src/formfiller/FFL_PushButton.cpp", "fpdfsdk/src/formfiller/FFL_RadioButton.cpp", "fpdfsdk/src/formfiller/FFL_TextField.cpp", - "fpdfsdk/src/formfiller/FFL_Utils.cpp", ] configs -= [ "//build/config/compiler:chromium_code" ] configs += [ -- cgit v1.2.3