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

Commit 1b7e953

Browse files
author
Yuncong Zhang
committed
Remove text_painter destructor.
1 parent f83117c commit 1b7e953

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Runtime/painting/text_painter.cs

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

37-
~TextPainter() {
38-
Paragraph.release(ref this._paragraph);
39-
}
40-
4137
public float textScaleFactor {
4238
get { return this._textScaleFactor; }
4339
set {

0 commit comments

Comments
 (0)