From b4d879960fa35547ba5d9570be34270097e66075 Mon Sep 17 00:00:00 2001 From: thallard Date: Thu, 5 Aug 2021 12:42:46 +0200 Subject: [PATCH] Remove unused import --- Source/Editor/Options/InterfaceOptions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Editor/Options/InterfaceOptions.cs b/Source/Editor/Options/InterfaceOptions.cs index 5d7719fd8..9ed39b3b9 100644 --- a/Source/Editor/Options/InterfaceOptions.cs +++ b/Source/Editor/Options/InterfaceOptions.cs @@ -1,7 +1,6 @@ // Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. using System.ComponentModel; -using System.Net.Sockets; using FlaxEditor.GUI.Docking; using FlaxEngine;