Skip to content

Commit d15581e

Browse files
Remove unused usings
1 parent ec23de6 commit d15581e

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

Framework/Scenes/Commands.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Godot;
21
using GodotUtils;
32
using GodotUtils.UI.Console;
43
using System.Collections.Generic;

Framework/Scenes/Options/OptionsNav.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Godot;
2-
using GodotUtils;
32
using GodotUtils.UI;
43
using System.Collections.Generic;
54

Framework/Scenes/Options/ResourceOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using __TEMPLATE__.UI;
22
using QualityP = __TEMPLATE__.UI.QualityPreset;
33
using VSyncMode = Godot.DisplayServer.VSyncMode;
4-
using GodotUtils.UI;
54

65
// This was intentionally set to GodotUtils instead of __TEMPLATE__ as GodotUtils relies on MainMenuBtnPressed
76
// and GodotUtils should NOT have any trace of using __TEMPLATE__.

Framework/Scenes/PopupMenu/PopupMenu.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using __TEMPLATE__.UI;
22
using Godot;
3-
using GodotUtils;
43
using GodotUtils.UI.Console;
54
using System;
65

Framework/Scenes/Scenes.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Godot;
2-
using System;
32

43
namespace __TEMPLATE__.UI;
54

0 commit comments

Comments
 (0)