mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45: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
|
@ -1,4 +1,3 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
|
|
@ -319,7 +319,6 @@ namespace SourceGit.Views
|
||||||
foreground);
|
foreground);
|
||||||
|
|
||||||
_inlines.Add(new Inline(x, normal, null));
|
_inlines.Add(new Inline(x, normal, null));
|
||||||
x += normal.WidthIncludingTrailingWhitespace;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue