Skip to content

Commit 1fe78fc

Browse files
committed
Remove unused using statements
1 parent b73fd2e commit 1fe78fc

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

MicroEngineerProject/MicroEngineer/MicroUtility.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Reflection;
4-
using System.Text;
1+
using System.Reflection;
52
using KSP.Game;
6-
using KSP.Messages.PropertyWatchers;
73
using KSP.Sim;
84
using KSP.Sim.impl;
95
using KSP.Sim.Maneuver;
106
using KSP.UI.Flight;
117
using Newtonsoft.Json;
12-
using SpaceWarp.API.UI;
138
using UnityEngine;
14-
using static KSP.Modules.Data_LiftingSurface;
159
using static KSP.Rendering.Planets.PQSData;
1610
using BepInEx.Logging;
1711

MicroEngineerProject/MicroEngineer/MicroWindow.cs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
using KSP.Messages.PropertyWatchers;
2-
using SpaceWarp.API.Mods;
3-
using System;
4-
using System.Collections.Generic;
5-
using System.Text;
6-
using UnityEngine;
7-
using KSP.Sim.impl;
8-
using static KSP.Rendering.Planets.PQSData;
9-
using KSP.Sim;
10-
using static KSP.Modules.Data_LiftingSurface;
11-
using KSP.UI.Flight;
12-
using KSP.UI.Binding;
1+
using UnityEngine;
132
using Newtonsoft.Json;
143

154
namespace MicroMod

0 commit comments

Comments
 (0)