mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
optimize<CommitGraph>: remove unused polyline mode
This commit is contained in:
parent
ade45732f2
commit
7c44c0a840
6 changed files with 20 additions and 88 deletions
|
@ -145,11 +145,6 @@ namespace SourceGit.Views.Widgets {
|
|||
|
||||
layout.InvalidateArrange();
|
||||
}
|
||||
|
||||
public void ChangeGraphMode(object sender, RoutedEventArgs e) {
|
||||
graph.InvalidateVisual();
|
||||
e.Handled = true;
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region SEARCH_BAR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue