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.Linq;
|
||||
using System.Text;
|
||||
using Godot;
|
||||
|
||||
namespace godotOscSharp
|
||||
{
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user