Skip to content

Commit 7931a52

Browse files
committed
Removing some unneeded 'using' statements that appeared unexpectedly
1 parent 14d79c7 commit 7931a52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Controllers/MSTSBrakeController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// along with Open Rails. If not, see <http://www.gnu.org/licenses/>.
1717

1818
using System;
19-
using Microsoft.Xna.Framework;
2019
using ORTS.Scripting.Api;
2120

2221
namespace Orts.Simulation.RollingStocks.SubSystems.Controllers

Source/RunActivity/Viewer3D/Popups/TrainDrivingWindow.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
using System.IO;
2727
using System.Linq;
2828
using Microsoft.Xna.Framework;
29-
using Microsoft.CodeAnalysis.VisualBasic.Syntax;
3029

3130
namespace Orts.Viewer3D.Popups
3231
{

0 commit comments

Comments
 (0)