From 94afac986c9d6232b7791acff4f23d99fbd004ae Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 8 Dec 2016 15:21:40 -0800 Subject: Replace CFX_WideStringCArray with std::vector. Review-Url: https://codereview.chromium.org/2562833002 --- core/fxcrt/fx_basic.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fxcrt/fx_basic.h') diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h index 30673f6525..d320e7d786 100644 --- a/core/fxcrt/fx_basic.h +++ b/core/fxcrt/fx_basic.h @@ -317,7 +317,6 @@ class CFX_ArrayTemplate : public CFX_BasicArray { }; #ifdef PDF_ENABLE_XFA -typedef CFX_ArrayTemplate CFX_WideStringCArray; typedef CFX_ArrayTemplate CFX_FloatArray; typedef CFX_ArrayTemplate CFX_ByteArray; typedef CFX_ArrayTemplate CFX_Int32Array; -- cgit v1.2.3