code_style: remove unused code

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-01 10:00:37 +08:00
parent e3c0f7d496
commit 98612b0024
No known key found for this signature in database
4 changed files with 5 additions and 28 deletions

View file

@ -4,9 +4,9 @@ using Avalonia.Input;
namespace SourceGit.Views
{
public partial class BranchCompare : ChromelessWindow
{
{
public BranchCompare()
{
{
InitializeComponent();
}