Skip to content

Commit c50f47b

Browse files
committed
Code cleanup
1 parent f503a5c commit c50f47b

File tree

3 files changed

+0
-175
lines changed

3 files changed

+0
-175
lines changed

Terminal.Gui/Input/ShortcutHelper.cs

Lines changed: 0 additions & 173 deletions
This file was deleted.

Terminal.Gui/View/View.Keyboard.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ public bool NewKeyDownEvent (Key key)
297297
}
298298

299299
// After
300-
// TODO: Is ProcessKeyDown really the right name?
301300
if (RaiseKeyDownNotHandled (key) || key.Handled)
302301
{
303302
return true;

Terminal.Gui/Views/ListView.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ protected override void OnHasFocusChanged (bool newHasFocus, [CanBeNull] View cu
817817
}
818818
}
819819

820-
// TODO: This should be cancelable
821820
/// <summary>Invokes the <see cref="OpenSelectedItem"/> event if it is defined.</summary>
822821
/// <returns><see langword="true"/> if the <see cref="OpenSelectedItem"/> event was fired.</returns>
823822
public bool OnOpenSelectedItem ()

0 commit comments

Comments
 (0)