Skip to content

Commit

Permalink
fix(skia): Remove NotImplemented on FrameworkElement.Dispose()
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 24, 2020
1 parent 6bd6a03 commit 9c372eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Uno.UI/UI/Xaml/FrameworkElement.Interface.Skia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public object FindName(string name)

public void Dispose()
{
throw new NotImplementedException();
}

public Size AdjustArrange(Size finalSize)
Expand Down

0 comments on commit 9c372eb

Please sign in to comment.