| Index: core/fxcrt/include/fx_coordinates.h
|
| diff --git a/core/fxcrt/include/fx_coordinates.h b/core/fxcrt/include/fx_coordinates.h
|
| index a7f0b8d5dc3662c3a1724340b5de82195e0b71a4..ec6b41c8692482ccb5a024b567b538faeee6f7cc 100644
|
| --- a/core/fxcrt/include/fx_coordinates.h
|
| +++ b/core/fxcrt/include/fx_coordinates.h
|
| @@ -310,7 +310,6 @@ class CFX_FloatRect {
|
| FX_FLOAT right;
|
| FX_FLOAT top;
|
| };
|
| -using CFX_RectArray = CFX_ArrayTemplate<CFX_FloatRect>;
|
|
|
| // LTWH rectangles (y-axis runs downwards).
|
| template <class baseType>
|
|
|