From 352acfca2c31234b2087bfd7f834499a6ea9e549 Mon Sep 17 00:00:00 2001 From: Cassandra de la Cruz-Munoz Date: Fri, 20 Oct 2023 09:53:29 -0400 Subject: [PATCH] refactor: remove unused imports --- OscBundle.cs | 1 - OscClient.cs | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/OscBundle.cs b/OscBundle.cs index 9fc702a..fa31518 100644 --- a/OscBundle.cs +++ b/OscBundle.cs @@ -20,7 +20,6 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; -using Godot; namespace godotOscSharp { diff --git a/OscClient.cs b/OscClient.cs index e3c7b36..10fc5d5 100644 --- a/OscClient.cs +++ b/OscClient.cs @@ -1,7 +1,5 @@ using System; using System.Net; -using System.Net.Http; -using Godot; namespace godotOscSharp { @@ -38,4 +36,4 @@ namespace godotOscSharp sender.Dispose(); } } -} \ No newline at end of file +}