Browse Source

code cleanup.

HOME 3 weeks ago
parent
commit
6d35c1a1f3
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Interops/SystemAudioVolumeInterop.cs

+ 1 - 3
Interops/SystemAudioVolumeInterop.cs

@@ -1,6 +1,4 @@
-using System.Reflection.PortableExecutable;
-using System.Runtime.InteropServices;
-using NAudio.CoreAudioApi;
+using NAudio.CoreAudioApi;
 
 namespace SinMaiLauncher.Interops
 {