Skip to content

Commit

Permalink
[MWB] - cleaning up MyRectangle.cs - microsoft#35155
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Jan 17, 2025
1 parent 15a10fb commit e5c49ac
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/modules/MouseWithoutBorders/App/Core/MyRectangle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Drawing;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Windows.Forms;

using Microsoft.PowerToys.Telemetry;

// <summary>
// Machine setup/switching implementation.
// </summary>
Expand All @@ -21,11 +10,9 @@
// 2009-... modified by Truong Do (TruongDo).
// 2023- Included in PowerToys.
// </history>
using MouseWithoutBorders.Class;

namespace MouseWithoutBorders.Core;

internal class MyRectangle
internal sealed class MyRectangle
{
internal int Left;
internal int Top;
Expand Down

0 comments on commit e5c49ac

Please sign in to comment.