code_style: remove unused code

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-03 21:31:10 +08:00
parent c529fab869
commit c0c52695a3
No known key found for this signature in database
3 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;

View file

@ -319,7 +319,6 @@ namespace SourceGit.Views
foreground);
_inlines.Add(new Inline(x, normal, null));
x += normal.WidthIncludingTrailingWhitespace;
}
}