Skip to content

Commit

Permalink
clean up usings
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 7, 2023
1 parent 31658c6 commit dfbf2a3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
5 changes: 1 addition & 4 deletions VolumeControl.Core/Input/Enums/EModifierKey.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.Text;
using VolumeControl.TypeExtensions;

namespace VolumeControl.Core.Input.Enums
namespace VolumeControl.Core.Input.Enums
{
/// <summary>
/// Represents modifier keys that must be held down when pressing a hotkey's primary key for the hotkey press to be registered.
Expand Down
1 change: 0 additions & 1 deletion VolumeControl.Core/Input/HotkeyActionAddonLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using VolumeControl.Core.Helpers;
using VolumeControl.Core.Input.Actions;
using VolumeControl.Core.Input.Actions.Settings;
using VolumeControl.Core.Input.Exceptions;
using VolumeControl.Log;

namespace VolumeControl.Core.Input
Expand Down
4 changes: 1 addition & 3 deletions VolumeControl.Core/Input/TemplateProviderManager.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Collections;
using System.Text;
using System.Windows;
using System.Windows;
using VolumeControl.Core.Attributes;
using VolumeControl.Core.Helpers;
using VolumeControl.Core.Input.Actions.Settings;
Expand Down
3 changes: 1 addition & 2 deletions VolumeControl.SDK/DataTemplates/DataTemplateDictionary.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections;
using System.Windows;
using System.Windows;
using System.Windows.Controls;
using VolumeControl.Core;
using VolumeControl.Core.Attributes;
Expand Down
2 changes: 1 addition & 1 deletion VolumeControl/ViewModels/AudioDeviceManagerVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public AudioDeviceManagerVM()
public AudioDeviceSelector AudioDeviceSelector { get; }
public AudioDeviceVM? SelectedDevice { get; set; }
public AudioSessionMultiSelector AudioSessionMultiSelector { get; }
// public SessionSyncVM SessionSync { get; }
// public SessionSyncVM SessionSync { get; }
public bool? AllSessionsSelected
{
get
Expand Down

0 comments on commit dfbf2a3

Please sign in to comment.