mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 18:44:02 +00:00
[drape] Replace empty region classes with using
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
committed by
Konstantin Pastbin
parent
131a9235c5
commit
ce9034a07d
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user