[drape] Replace empty region classes with using

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-08-11 21:07:50 +02:00
committed by Konstantin Pastbin
parent 131a9235c5
commit ce9034a07d

View File

@@ -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
{