From c0f028bb55976a37440f2b397f7c084e6606ef26 Mon Sep 17 00:00:00 2001 From: Cassandra de la Cruz-Munoz Date: Fri, 20 Oct 2023 09:52:55 -0400 Subject: [PATCH] refactor: remove unused imports --- DeviceReceiver.cs | 2 +- InvalidType.cs | 4 +--- VmcMessages/VmcExtRootPos.cs | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/DeviceReceiver.cs b/DeviceReceiver.cs index 8cb4606..9e3317f 100644 --- a/DeviceReceiver.cs +++ b/DeviceReceiver.cs @@ -19,4 +19,4 @@ namespace godotVmcSharp this.devices[message.Serial].Transform = message.Transform; } } -} \ No newline at end of file +} diff --git a/InvalidType.cs b/InvalidType.cs index 4cff5cb..8b58e01 100644 --- a/InvalidType.cs +++ b/InvalidType.cs @@ -16,8 +16,6 @@ along with this program. If not, see . */ -using godotOscSharp; - namespace godotVmcSharp { public class InvalidArgumentType @@ -31,4 +29,4 @@ namespace godotVmcSharp return GetErrorString(address.ToString(), name, expected, actual); } } -} \ No newline at end of file +} diff --git a/VmcMessages/VmcExtRootPos.cs b/VmcMessages/VmcExtRootPos.cs index f2ef484..15d249d 100644 --- a/VmcMessages/VmcExtRootPos.cs +++ b/VmcMessages/VmcExtRootPos.cs @@ -19,7 +19,6 @@ using Godot; using godotOscSharp; using System.Collections.Generic; -using System.Threading; namespace godotVmcSharp { @@ -191,4 +190,4 @@ namespace godotVmcSharp }); } } -} \ No newline at end of file +}