summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/BC_ResultPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/BC_ResultPoint.h')
-rw-r--r--xfa/fxbarcode/BC_ResultPoint.h3
1 files changed, 0 insertions, 3 deletions
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<CBC_ResultPoint*>;
-using CBC_ResultPointArrayArray = CFX_ArrayTemplate<CBC_ResultPointArray*>;
-
#endif // XFA_FXBARCODE_BC_RESULTPOINT_H_