Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 7a5594f

Browse files
author
Yuncong Zhang
committed
Remove releaseParagraph.
1 parent cabab17 commit 7a5594f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Runtime/painting/text_painter.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ public TextPainter(TextSpan text = null,
3434
this._ellipsis = ellipsis;
3535
}
3636

37-
public void releaseParagraph() {
38-
Paragraph.release(ref this._paragraph);
39-
}
40-
41-
4237
public float textScaleFactor {
4338
get { return this._textScaleFactor; }
4439
set {

0 commit comments

Comments
 (0)