diff --git a/Utilities/IconReader.cs b/Utilities/IconReader.cs index a64ff45..425c0c3 100644 --- a/Utilities/IconReader.cs +++ b/Utilities/IconReader.cs @@ -24,19 +24,6 @@ namespace SystemTrayMenu.Utilities { private static readonly ConcurrentDictionary DictIconCache = new ConcurrentDictionary(); - // private static readonly object ReadIcon = new object(); - public enum IconSize - { - Large = 0, // 32x32 pixels - Small = 1, // 16x16 pixels - } - - public enum FolderType - { - Open = 0, - Closed = 1, - } - public static void Dispose() { foreach (Icon icon in DictIconCache.Values)