diff --git a/libs/drape/texture_manager.hpp b/libs/drape/texture_manager.hpp index 06a3ed24e..4f2f61930 100644 --- a/libs/drape/texture_manager.hpp +++ b/libs/drape/texture_manager.hpp @@ -51,9 +51,7 @@ public: uint32_t m_textureIndex = 0; }; - // TODO(AB): Remove? - class GlyphRegion : public BaseRegion - {}; + using GlyphRegion = BaseRegion; class StippleRegion : public BaseRegion { @@ -61,8 +59,7 @@ public: m2::PointU GetMaskPixelSize() const; }; - class ColorRegion : public BaseRegion - {}; + using ColorRegion = BaseRegion; struct Params {