mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
lottie: clean up code
This commit is contained in:
parent
78acf02dbc
commit
85b83563d6
1 changed files with 0 additions and 2 deletions
|
@ -221,8 +221,6 @@ const char* LookaheadParserHandler::nextObjectKey()
|
||||||
|
|
||||||
void LookaheadParserHandler::skip(const char* key)
|
void LookaheadParserHandler::skip(const char* key)
|
||||||
{
|
{
|
||||||
//if (key) TVGLOG("LOTTIE", "Skipped parsing value = %s", key);
|
|
||||||
|
|
||||||
if (peekType() == kArrayType) {
|
if (peekType() == kArrayType) {
|
||||||
enterArray();
|
enterArray();
|
||||||
skipOut(1);
|
skipOut(1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue