Skip to content

Commit

Permalink
remove unused animation reversing found flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFloofyKitsune committed Jun 8, 2024
1 parent 01bb77e commit 8d9fbb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/PropertyParserAnimation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ static bool ParseTransition(Property& property, const StringList& transition_val

bool duration_found = false;
bool delay_found = false;
bool reverse_adjustment_factor_found = false;

for (auto& argument : arguments)
{
Expand Down

0 comments on commit 8d9fbb2

Please sign in to comment.