Skip to content

Commit dfebacc

Browse files
committed
Remove unused _isParsing var
1 parent 6a4baa2 commit dfebacc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/CanvasPathGeometry/CanvasPathGeometryPage.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public sealed partial class CanvasPathGeometryPage : Page
9595
private Color _strokeColor;
9696
private Color _fillColor;
9797
private bool _selectionChanged = false;
98-
private bool _isParsing = false;
9998

10099
private CanvasGeometry _errorGeometry;
101100
private GeometryStreamReader _reader;
@@ -172,9 +171,7 @@ public CanvasPathGeometryPage()
172171
private void ParseData()
173172
{
174173
_data = InputData.Text;
175-
_isParsing = true;
176174
RenderCanvas.Invalidate();
177-
_isParsing = false;
178175
}
179176

180177
private void OnCanvasDraw(CanvasControl sender, CanvasDrawEventArgs args)

0 commit comments

Comments
 (0)