Skip to content

Commit

Permalink
removed TRACEFUNC from EngravingObject::score because this method is …
Browse files Browse the repository at this point in the history
…called very often
  • Loading branch information
RomanPudashkin committed Oct 8, 2021
1 parent c81a446 commit 72f2738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engraving/libmscore/engravingobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ bool EngravingObject::isDummy() const

Score* EngravingObject::score(bool required) const
{
TRACEFUNC;
if (_score) {
return _score;
}
Expand Down

0 comments on commit 72f2738

Please sign in to comment.