Skip to content

Commit

Permalink
Add some missing global usings stuff and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Dec 15, 2024
1 parent 060c83b commit da6322f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions AngelLoader/Filtering.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using AL_Common;
using AngelLoader.DataClasses;
using static AL_Common.Common;
using static AngelLoader.GameSupport;
using static AngelLoader.Global;

Expand Down
2 changes: 0 additions & 2 deletions AngelLoader/Ini/FMDataIni.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using AL_Common;
using AngelLoader.DataClasses;
using static AL_Common.Common;
using static AL_Common.FenGenAttributes;
using static AL_Common.LanguageSupport;
using static AngelLoader.GameSupport;
Expand Down
2 changes: 2 additions & 0 deletions Ude/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
global using AL_Common;
global using static AL_Common.Common;
2 changes: 0 additions & 2 deletions Ude/Latin1Prober.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* ***** END LICENSE BLOCK ***** */

using AL_Common;

namespace Ude.NetStandard;

// TODO: Using trigrams the detector should be able to discriminate between
Expand Down
2 changes: 0 additions & 2 deletions Ude/SBCSGroupProber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* ***** END LICENSE BLOCK ***** */

using AL_Common;

namespace Ude.NetStandard;

internal sealed class SBCSGroupProber : CharsetProber
Expand Down
2 changes: 0 additions & 2 deletions Ude/SimpleHelpers/FileEncoding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Modified by FenPhoenix 2020-2023
using System.IO;
using System.Runtime.CompilerServices;
using System.Text;
using AL_Common;
using static AL_Common.Common;

namespace Ude.NetStandard.SimpleHelpers;

Expand Down

0 comments on commit da6322f

Please sign in to comment.