From dca1ba304e179ac89fadc37c1139e431ec83f980 Mon Sep 17 00:00:00 2001 From: PopSlime Date: Sun, 5 Feb 2023 23:01:46 +0800 Subject: [PATCH] Code cleanup. --- Assets/Cryville/Common/Font/FontFile.cs | 1 - Assets/Cryville/Crtr/Browsing/ExtensionInterface.cs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Assets/Cryville/Common/Font/FontFile.cs b/Assets/Cryville/Common/Font/FontFile.cs index a65e485..d70f685 100644 --- a/Assets/Cryville/Common/Font/FontFile.cs +++ b/Assets/Cryville/Common/Font/FontFile.cs @@ -3,7 +3,6 @@ using System; using System.Collections; using System.Collections.Generic; using System.IO; -using System.Text; namespace Cryville.Common.Font { public abstract class FontFile : IEnumerable { diff --git a/Assets/Cryville/Crtr/Browsing/ExtensionInterface.cs b/Assets/Cryville/Crtr/Browsing/ExtensionInterface.cs index bd59212..f8c1cdd 100644 --- a/Assets/Cryville/Crtr/Browsing/ExtensionInterface.cs +++ b/Assets/Cryville/Crtr/Browsing/ExtensionInterface.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; namespace Cryville.Crtr.Browsing { public abstract class ExtensionInterface {