Skip to content

Commit d517b5b

Browse files
committed
Attempts to fix failures during build.
1 parent 6b0f1da commit d517b5b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Source/RunActivity/Viewer3D/Popups/TrainCarOperationsViewerWindow.cs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
using System;
2121
using System.Collections.Generic;
22-
using System.Drawing;
2322
using System.IO;
2423
using System.Linq;
2524
using Microsoft.Xna.Framework;
@@ -32,13 +31,10 @@
3231
using Orts.Simulation.RollingStocks.SubSystems.PowerSupplies;
3332
using ORTS.Common;
3433
using ORTS.Common.Input;
35-
34+
using Color = Microsoft.Xna.Framework.Color;
35+
using Point = Microsoft.Xna.Framework.Point;
36+
using Rectangle = Microsoft.Xna.Framework.Rectangle;
3637
using ORTS.Scripting.Api;
37-
using System;
38-
using System.Collections.Generic;
39-
using System.IO;
40-
using System.Linq;
41-
using System.Windows.Forms;
4238

4339
namespace Orts.Viewer3D.Popups
4440
{

Source/RunActivity/Viewer3D/Popups/TrainCarOperationsWindow.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
using Orts.Simulation.RollingStocks.SubSystems.Brakes.MSTS;
2727
using ORTS.Common;
2828
using ORTS.Common.Input;
29+
using Color = Microsoft.Xna.Framework.Color;
30+
using Point = Microsoft.Xna.Framework.Point;
31+
using Rectangle = Microsoft.Xna.Framework.Rectangle;
2932
using System;
3033
using System.Collections.Generic;
3134
using System.IO;
3235
using System.Linq;
3336
using static Orts.Viewer3D.Popups.TrainCarOperationsWindow;
3437
using Orts.Simulation.RollingStocks.SubSystems.PowerSupplies;
35-
using Orts.Viewer3D.RollingStock;
36-
using Orts.MultiPlayer;
37-
using Orts.Viewer3D;
3838
using ORTS.Scripting.Api;
3939

4040
namespace Orts.Viewer3D.Popups

0 commit comments

Comments
 (0)