Skip to content

Commit

Permalink
Removed two unnecessary emits
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlamhauge authored and chchwy committed Apr 18, 2024
1 parent 4974a97 commit 1060cac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/actioncommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,6 @@ void ActionCommands::interpolateKeyframes()
counter++;
layer->markFrameAsDirty(i);
}
emit mEditor->updateTimeLine();
emit mEditor->framesModified();
mEditor->scrubTo(last);
}

Expand Down

0 comments on commit 1060cac

Please sign in to comment.