From 988599c5d81bbb568f949454580ec6001258f806 Mon Sep 17 00:00:00 2001 From: tsepez Date: Tue, 13 Dec 2016 12:45:56 -0800 Subject: Replace CFX_FloatArray with std::vector Review-Url: https://codereview.chromium.org/2567503002 --- 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 d320e7d786..1bc4bbd588 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_FloatArray; typedef CFX_ArrayTemplate CFX_ByteArray; typedef CFX_ArrayTemplate CFX_Int32Array; #endif // PDF_ENABLE_XFA -- cgit v1.2.3