Code cleanup.

This commit is contained in:
2023-02-05 23:01:46 +08:00
parent 8dd32afb74
commit dca1ba304e
2 changed files with 1 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Text;
namespace Cryville.Common.Font { namespace Cryville.Common.Font {
public abstract class FontFile : IEnumerable<Typeface> { public abstract class FontFile : IEnumerable<Typeface> {

View File

@@ -1,5 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
namespace Cryville.Crtr.Browsing { namespace Cryville.Crtr.Browsing {
public abstract class ExtensionInterface { public abstract class ExtensionInterface {