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 {