Skip to content

Commit

Permalink
Removing some unneeded 'using' statements that appeared unexpectedly
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelFill committed Jul 30, 2023
1 parent 14d79c7 commit 7931a52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -16,7 +16,6 @@
// along with Open Rails. If not, see <http://www.gnu.org/licenses/>.

using System;
using Microsoft.Xna.Framework;
using ORTS.Scripting.Api;

namespace Orts.Simulation.RollingStocks.SubSystems.Controllers
Expand Down
1 change: 0 additions & 1 deletion Source/RunActivity/Viewer3D/Popups/TrainDrivingWindow.cs
Expand Up @@ -26,7 +26,6 @@
using System.IO;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.CodeAnalysis.VisualBasic.Syntax;

namespace Orts.Viewer3D.Popups
{
Expand Down

0 comments on commit 7931a52

Please sign in to comment.