Skip to content

Commit

Permalink
Build: CS0169 field is never used fix warning by removing (MudBlazor#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-gh authored Dec 16, 2023
1 parent 990bc7d commit 56d1d92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ namespace MudBlazor
#nullable enable
public partial class MudBreakpointProvider : IBrowserViewportObserver, IAsyncDisposable
{
private Guid _breakPointListenerSubscriptionId;

public Breakpoint Breakpoint { get; private set; } = Breakpoint.Always;

[Parameter]
Expand Down
1 change: 0 additions & 1 deletion src/MudBlazor/Components/Hidden/MudHidden.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public partial class MudHidden : MudComponentBase, IBrowserViewportObserver, IAs
{
private bool _isHidden = true;
private bool _serviceIsReady = false;
private Guid _breakpointServiceSubscriptionId;
private Breakpoint _currentBreakpoint = Breakpoint.None;

[Inject]
Expand Down

0 comments on commit 56d1d92

Please sign in to comment.