Skip to content

Commit f6b3ab2

Browse files
johnstiles-googleSkia Commit-Bot
authored andcommitted
Remove unused ephemeral SkPathRef::Editor object.
Change-Id: I4643ba2dbdce47201c96bb08c88b12842c9e0159 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/306841 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: John Stiles <johnstiles@google.com>
1 parent ea66251 commit f6b3ab2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/SkPath.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,8 +1384,6 @@ SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMo
13841384
return this->dirtyAfterEdit();
13851385
}
13861386

1387-
SkPathRef::Editor(&fPathRef, src->countVerbs(), src->countPoints());
1388-
13891387
SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix);
13901388
bool firstVerb = true;
13911389
for (auto [verb, pts, w] : SkPathPriv::Iterate(*src)) {

0 commit comments

Comments
 (0)