diff --git a/src/Avalonia.Base/Input/InputElement.cs b/src/Avalonia.Base/Input/InputElement.cs index a3c7e72ca9..3afc42bd02 100644 --- a/src/Avalonia.Base/Input/InputElement.cs +++ b/src/Avalonia.Base/Input/InputElement.cs @@ -556,10 +556,6 @@ namespace Avalonia.Input IsFocused = false; } - /// - /// Called before the event occurs. - /// - /// The event args. /// /// Invoked when an unhandled reaches an element in its /// route that is derived from this class. Implement this method to add class handling