svg_loader: code refactoring

remove unused declaration.
This commit is contained in:
Hermet Park 2021-06-30 13:44:37 +09:00 committed by Hermet Park
parent 6a79d2c06e
commit 8dc5d5204b

View file

@ -212,15 +212,6 @@ struct SvgRadialGradient
float r;
};
struct SvgGradientStop
{
float offset;
uint8_t r;
uint8_t g;
uint8_t b;
uint8_t a;
};
struct SvgComposite
{
CompositeMethod method; //TODO: Currently support either one method