From ed9c4386713084f37548b46ab36f618021f716f5 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 4 Apr 2016 15:24:20 -0700 Subject: Make IPDF_VariableText_{Provider,Iterator} inner classes. This CL moves the IPDF_VariableText_Provider and IPDF_VariableText_Iterator classes to be nested sub-classes of IPDF_VariableText. BUG=pdfium:455 Review URL: https://codereview.chromium.org/1855403002 --- core/fpdfdoc/ipdf_variabletext_provider.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 core/fpdfdoc/ipdf_variabletext_provider.cpp (limited to 'core/fpdfdoc/ipdf_variabletext_provider.cpp') diff --git a/core/fpdfdoc/ipdf_variabletext_provider.cpp b/core/fpdfdoc/ipdf_variabletext_provider.cpp deleted file mode 100644 index 82937f745a..0000000000 --- a/core/fpdfdoc/ipdf_variabletext_provider.cpp +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright 2016 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com - -#include "core/fpdfdoc/include/ipdf_variabletext_provider.h" - -IPDF_VariableText_Provider::~IPDF_VariableText_Provider() {} -- cgit v1.2.3