mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
SvgLoader: Remove unnecessary declaration
This declaration is no longer needed,
removing unnecessary actions.(69e8b54be2
)
This commit is contained in:
parent
23fa5bba23
commit
3018fe29cd
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
|||
|
||||
typedef SvgNode* (*FactoryMethod)(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength);
|
||||
typedef SvgStyleGradient* (*GradientFactoryMethod)(SvgLoaderData* loader, const char* buf, unsigned bufLength);
|
||||
static void _freeNode(SvgNode* node);
|
||||
|
||||
|
||||
static char* _skipSpace(const char* str, const char* end)
|
||||
|
|
Loading…
Add table
Reference in a new issue