From 8a0ad228cb57712421e8cf1418f3fc159f1cc18f Mon Sep 17 00:00:00 2001 From: Simon G Date: Wed, 14 Apr 2021 19:15:35 +0200 Subject: [PATCH] - remove unused using --- Lib.Audio/Channel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib.Audio/Channel.cs b/Lib.Audio/Channel.cs index a58fed9..e1b4733 100644 --- a/Lib.Audio/Channel.cs +++ b/Lib.Audio/Channel.cs @@ -2,7 +2,6 @@ // Created: 2021-04-07 // Copyright(c) 2021 SimonG. All Rights Reserved. -using System; using System.Collections.Generic; using Lib.Audio.Controls.Buttons.Factories; using Lib.Audio.Controls.Buttons.Interfaces;