diff --git a/PowerControl/Menu/MenuItemWithOptions.cs b/PowerControl/Menu/MenuItemWithOptions.cs index 9182214..af8256f 100644 --- a/PowerControl/Menu/MenuItemWithOptions.cs +++ b/PowerControl/Menu/MenuItemWithOptions.cs @@ -2,10 +2,6 @@ namespace PowerControl.Menu { public class MenuItemWithOptions : MenuItem { - public delegate object CurrentValueDelegate(); - public delegate object[] OptionsValueDelegate(); - public delegate object ApplyValueDelegate(object selected); - public IList Options { get; set; } = new List(); public Object? SelectedOption { get; set; } public Object? ActiveOption { get; set; }