diff --git a/Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Controllers/MSTSBrakeController.cs b/Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Controllers/MSTSBrakeController.cs index 9d85c47a29..7f96633c51 100644 --- a/Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Controllers/MSTSBrakeController.cs +++ b/Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Controllers/MSTSBrakeController.cs @@ -16,7 +16,6 @@ // along with Open Rails. If not, see . using System; -using Microsoft.Xna.Framework; using ORTS.Scripting.Api; namespace Orts.Simulation.RollingStocks.SubSystems.Controllers diff --git a/Source/RunActivity/Viewer3D/Popups/TrainDrivingWindow.cs b/Source/RunActivity/Viewer3D/Popups/TrainDrivingWindow.cs index dc1b6c8f6e..5e973f3298 100644 --- a/Source/RunActivity/Viewer3D/Popups/TrainDrivingWindow.cs +++ b/Source/RunActivity/Viewer3D/Popups/TrainDrivingWindow.cs @@ -26,7 +26,6 @@ using System.IO; using System.Linq; using Microsoft.Xna.Framework; -using Microsoft.CodeAnalysis.VisualBasic.Syntax; namespace Orts.Viewer3D.Popups {