From 46c8b1e3202ab5ae3663141dc25bec3b4360322e Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 25 Mar 2016 13:42:34 -0700 Subject: Replace CFX_DWordArray with CFX_ArrayTemplate. First step to getting rid of FX_DWORD. R=ochang@chromium.org Review URL: https://codereview.chromium.org/1832113003 . --- core/fxcrt/include/fx_basic.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fxcrt/include/fx_basic.h') diff --git a/core/fxcrt/include/fx_basic.h b/core/fxcrt/include/fx_basic.h index 3da2e03e60..4f2e83c20b 100644 --- a/core/fxcrt/include/fx_basic.h +++ b/core/fxcrt/include/fx_basic.h @@ -398,7 +398,6 @@ class CFX_ArrayTemplate : public CFX_BasicArray { return -1; } }; -typedef CFX_ArrayTemplate CFX_DWordArray; #ifdef PDF_ENABLE_XFA typedef CFX_ArrayTemplate CFX_WideStringCArray; -- cgit v1.2.3