From b37b282814bbb1a448942e58afd774064018517d Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 16 Apr 2024 17:36:55 -0500 Subject: [PATCH] cleanup unused import --- iOS/Main.cs | 1 - .../Classes/Communication/Events/QEventArgs.cs | 1 - .../Classes/Communication/SharpOSC/Extensions.cs | 1 - .../Classes/Communication/SharpOSC/RGBA.cs | 7 +------ .../Classes/Communication/SharpOSC/Symbol.cs | 7 +------ .../Classes/Communication/SharpOSC/Timetag.cs | 3 --- .../Classes/Communication/SharpOSC/Utils.cs | 3 --- 7 files changed, 2 insertions(+), 21 deletions(-) mode change 100755 => 100644 qController.Standard/Classes/Communication/SharpOSC/Extensions.cs mode change 100755 => 100644 qController.Standard/Classes/Communication/SharpOSC/RGBA.cs mode change 100755 => 100644 qController.Standard/Classes/Communication/SharpOSC/Timetag.cs mode change 100755 => 100644 qController.Standard/Classes/Communication/SharpOSC/Utils.cs diff --git a/iOS/Main.cs b/iOS/Main.cs index 516266e..878619b 100644 --- a/iOS/Main.cs +++ b/iOS/Main.cs @@ -1,5 +1,4 @@ using UIKit; -using System; namespace qController.iOS { diff --git a/qController.Standard/Classes/Communication/Events/QEventArgs.cs b/qController.Standard/Classes/Communication/Events/QEventArgs.cs index 038d48d..3e234cf 100644 --- a/qController.Standard/Classes/Communication/Events/QEventArgs.cs +++ b/qController.Standard/Classes/Communication/Events/QEventArgs.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; using qController.QItems; namespace qController.Communication diff --git a/qController.Standard/Classes/Communication/SharpOSC/Extensions.cs b/qController.Standard/Classes/Communication/SharpOSC/Extensions.cs old mode 100755 new mode 100644 index b469fe7..18a2ccd --- a/qController.Standard/Classes/Communication/SharpOSC/Extensions.cs +++ b/qController.Standard/Classes/Communication/SharpOSC/Extensions.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; namespace SharpOSC { diff --git a/qController.Standard/Classes/Communication/SharpOSC/RGBA.cs b/qController.Standard/Classes/Communication/SharpOSC/RGBA.cs old mode 100755 new mode 100644 index b17ef95..0c09560 --- a/qController.Standard/Classes/Communication/SharpOSC/RGBA.cs +++ b/qController.Standard/Classes/Communication/SharpOSC/RGBA.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace SharpOSC +namespace SharpOSC { public struct RGBA { diff --git a/qController.Standard/Classes/Communication/SharpOSC/Symbol.cs b/qController.Standard/Classes/Communication/SharpOSC/Symbol.cs index 7e4e289..95bc45c 100644 --- a/qController.Standard/Classes/Communication/SharpOSC/Symbol.cs +++ b/qController.Standard/Classes/Communication/SharpOSC/Symbol.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace SharpOSC +namespace SharpOSC { public class Symbol { diff --git a/qController.Standard/Classes/Communication/SharpOSC/Timetag.cs b/qController.Standard/Classes/Communication/SharpOSC/Timetag.cs old mode 100755 new mode 100644 index 6a6c369..65d4c43 --- a/qController.Standard/Classes/Communication/SharpOSC/Timetag.cs +++ b/qController.Standard/Classes/Communication/SharpOSC/Timetag.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace SharpOSC { diff --git a/qController.Standard/Classes/Communication/SharpOSC/Utils.cs b/qController.Standard/Classes/Communication/SharpOSC/Utils.cs old mode 100755 new mode 100644 index 165c0f7..61822c8 --- a/qController.Standard/Classes/Communication/SharpOSC/Utils.cs +++ b/qController.Standard/Classes/Communication/SharpOSC/Utils.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace SharpOSC {