From 849ce04defbbcdf4716937627dff5115014234d4 Mon Sep 17 00:00:00 2001 From: ryanbodrug-microsoft <56318517+ryanbodrug-microsoft@users.noreply.github.com> Date: Thu, 18 Jun 2020 09:00:05 -0700 Subject: [PATCH] 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 --- src/modules/launcher/PowerLauncher/MainWindow.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs b/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs index a911d53330..1a2047e4f7 100644 --- a/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs +++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml.cs @@ -23,8 +23,6 @@ namespace PowerLauncher { #region Private Fields - - private readonly Storyboard _progressBarStoryboard = new Storyboard(); private Settings _settings; private MainViewModel _viewModel; private bool _isTextSetProgrammatically;