Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Nov 18, 2024
1 parent ec8c074 commit 9604bb9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion JL.Windows/GUI/AddAudioSourceWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using JL.Core.Audio;
using JL.Core.Utilities;
using JL.Windows.SpeechSynthesis;
using Path = System.IO.Path;

namespace JL.Windows.GUI;

Expand Down
1 change: 0 additions & 1 deletion JL.Windows/GUI/AddDictionaryWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using JL.Core.Utilities;
using JL.Windows.GUI.UserControls;
using Microsoft.Win32;
using Path = System.IO.Path;

namespace JL.Windows.GUI;

Expand Down
1 change: 0 additions & 1 deletion JL.Windows/GUI/EditAudioSourceWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using JL.Core.Audio;
using JL.Core.Utilities;
using JL.Windows.SpeechSynthesis;
using Path = System.IO.Path;

namespace JL.Windows.GUI;

Expand Down
1 change: 0 additions & 1 deletion JL.Windows/GUI/EditDictionaryWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using JL.Windows.Utilities;
using Microsoft.Data.Sqlite;
using Microsoft.Win32;
using Path = System.IO.Path;

namespace JL.Windows.GUI;

Expand Down
1 change: 0 additions & 1 deletion JL.Windows/GUI/EditFrequencyWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using JL.Windows.GUI.UserControls;
using Microsoft.Data.Sqlite;
using Microsoft.Win32;
using Path = System.IO.Path;

namespace JL.Windows.GUI;

Expand Down

0 comments on commit 9604bb9

Please sign in to comment.