diff --git a/Terminal.Gui/Input/CommandContext.cs b/Terminal.Gui/Input/CommandContext.cs index b35e9f8ad..613b35320 100644 --- a/Terminal.Gui/Input/CommandContext.cs +++ b/Terminal.Gui/Input/CommandContext.cs @@ -37,17 +37,4 @@ public record struct CommandContext : ICommandContext /// public object? Data { get; set; } -} - -public interface ICommandContext -{ - /// - /// The that is being invoked. - /// - public Command Command { get; set; } - - /// - /// Arbitrary data. - /// - public object? Data { get; set; } -} +} \ No newline at end of file