Fix for Warning CA1823:

Severity Code Description Project File Line Suppression State
Warning CA1823 Unused field '_progressBarStoryboard'. PowerLauncher C:\Repos\PowerToys\src\modules\launcher\PowerLauncher\MainWindow.xaml.cs 27 Active
This commit is contained in:
ryanbodrug-microsoft 2020-06-18 09:00:05 -07:00
parent a29baf19d0
commit 849ce04def

View File

@ -23,8 +23,6 @@ namespace PowerLauncher
{
#region Private Fields
private readonly Storyboard _progressBarStoryboard = new Storyboard();
private Settings _settings;
private MainViewModel _viewModel;
private bool _isTextSetProgrammatically;