From a26153440b46b3b37b7e81435debb296f22769f4 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 16 Jun 2016 12:29:07 -0700 Subject: Remove barcode reading code. We never read barcodes, we only write them. Remove code related to barcode reading. Review-Url: https://codereview.chromium.org/2071633002 --- xfa/fxbarcode/BC_ResultPoint.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xfa/fxbarcode/BC_ResultPoint.h') diff --git a/xfa/fxbarcode/BC_ResultPoint.h b/xfa/fxbarcode/BC_ResultPoint.h index e819fa5f6e..81e27848ca 100644 --- a/xfa/fxbarcode/BC_ResultPoint.h +++ b/xfa/fxbarcode/BC_ResultPoint.h @@ -22,7 +22,4 @@ class CBC_ResultPoint { FX_FLOAT m_y; }; -using CBC_ResultPointArray = CFX_ArrayTemplate; -using CBC_ResultPointArrayArray = CFX_ArrayTemplate; - #endif // XFA_FXBARCODE_BC_RESULTPOINT_H_ -- cgit v1.2.3