mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
code_style: remove useless code
This commit is contained in:
parent
b39d33a897
commit
280df7377e
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@ namespace SourceGit.Views
|
|||
item.SetAction(Models.InteractiveRebaseAction.Fixup);
|
||||
else if (e.Key == Key.D)
|
||||
item.SetAction(Models.InteractiveRebaseAction.Drop);
|
||||
else if (e.Key == Key.Up && e.KeyModifiers == KeyModifiers.Alt)
|
||||
vm.MoveItemUp(item);
|
||||
else if (e.Key == Key.Down && e.KeyModifiers == KeyModifiers.Alt)
|
||||
vm.MoveItemDown(item);
|
||||
}
|
||||
|
||||
private async void StartJobs(object sender, RoutedEventArgs e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue