diff --git a/Utilities/File/IconReader.cs b/Utilities/File/IconReader.cs index 89ed0cf..d2e5d97 100644 --- a/Utilities/File/IconReader.cs +++ b/Utilities/File/IconReader.cs @@ -27,8 +27,6 @@ namespace SystemTrayMenu.Utilities private static readonly ConcurrentDictionary IconDictCache = new(); private static readonly BitmapSource? OverlayImage = (BitmapSource?)Application.Current.Resources["LinkArrowIconImage"]; - private static int maxCOMExceptionLogs = 5; - // see https://github.com/Hofknecht/SystemTrayMenu/issues/209. internal static bool IsPreloading { get; set; } = true;