Remove obsolete variable

This commit is contained in:
Peter Kirmeier 2023-09-17 16:38:30 +02:00
parent 2da2bcd7fc
commit fe42045f77

View file

@ -27,8 +27,6 @@ namespace SystemTrayMenu.Utilities
private static readonly ConcurrentDictionary<string, BitmapSource> 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;