Skip to content

Commit

Permalink
fix: Fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Sep 16, 2020
1 parent 8e3550a commit b617eab
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Uno.UI/UI/Xaml/FrameworkElement.Interface.Skia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ public T FindFirstParent<T>(bool includeCurrent) where T : class
return null;
}

private protected virtual void OnLoaded()
{

}

private protected virtual void OnUnloaded()
{

}


#region Transitions Dependency Property

[GeneratedDependencyProperty(DefaultValue = null, ChangedCallback = true)]
Expand Down

0 comments on commit b617eab

Please sign in to comment.