mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 05:35:00 +00:00
code_style: remove unused code
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
c529fab869
commit
c0c52695a3
3 changed files with 7 additions and 9 deletions
|
@ -177,7 +177,7 @@ namespace SourceGit.Views
|
|||
var rules = IssueTrackerRules ?? [];
|
||||
foreach (var rule in rules)
|
||||
rule.Matches(_elements, subject);
|
||||
|
||||
|
||||
_elements.Sort((l, r) => l.Start - r.Start);
|
||||
_needRebuildInlines = true;
|
||||
InvalidateVisual();
|
||||
|
@ -319,7 +319,6 @@ namespace SourceGit.Views
|
|||
foreground);
|
||||
|
||||
_inlines.Add(new Inline(x, normal, null));
|
||||
x += normal.WidthIncludingTrailingWhitespace;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue