Skip to content

Commit

Permalink
Merge pull request unoplatform#16157 from unoplatform/Youssef1313/rem…
Browse files Browse the repository at this point in the history
…ove-unused-internal-prop

chore: Cleanup unused `Visual.HasThemeShadow` property
  • Loading branch information
Youssef1313 authored Apr 7, 2024
2 parents e0daa32 + c50a247 commit e74305b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Uno.UI.Composition/Composition/Visual.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ internal ICompositionTarget? CompositionTarget
set => _compositionTarget = value;
}

internal bool HasThemeShadow { get; set; }

private protected override void OnPropertyChangedCore(string? propertyName, bool isSubPropertyChange)
{
Compositor.InvalidateRender(this);
Expand Down

0 comments on commit e74305b

Please sign in to comment.