Skip to content

Commit

Permalink
remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzzerd committed Sep 29, 2023
1 parent bd040a8 commit 6ebd3ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions SharpFM.App/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Collections.ObjectModel;
using Avalonia.Controls;
using AvaloniaEdit;
using AvaloniaEdit.TextMate;
using SharpFM.Core;
using TextMateSharp.Grammars;

namespace SharpFM.App;
Expand Down
1 change: 0 additions & 1 deletion SharpFM.App/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
Expand Down

0 comments on commit 6ebd3ca

Please sign in to comment.