refactor: remove unused imports
This commit is contained in:
parent
89612deb09
commit
352acfca2c
|
@ -20,7 +20,6 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using Godot;
|
|
||||||
|
|
||||||
namespace godotOscSharp
|
namespace godotOscSharp
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Http;
|
|
||||||
using Godot;
|
|
||||||
|
|
||||||
namespace godotOscSharp
|
namespace godotOscSharp
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user