Skip to content

Commit

Permalink
chore: Remove using statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed May 10, 2023
1 parent 4529e8a commit 2f9c1ff
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Uno.UI/UI/Xaml/Application.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Windows.ApplicationModel;
using ObjCRuntime;
using Windows.Graphics.Display;
using Uno.UI.Services;
using Uno.Extensions;
using Windows.UI.Core;
using Uno.Foundation.Logging;
Expand Down
1 change: 0 additions & 1 deletion src/Uno.UI/UI/Xaml/Application.macOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using AppKit;
using Windows.ApplicationModel.Activation;
using Windows.ApplicationModel;
using Uno.UI.Services;
using System.Globalization;
using Uno.Foundation.Logging;
using System.Linq;
Expand Down
1 change: 0 additions & 1 deletion src/Uno.UI/UI/Xaml/Controls/MenuFlyout/MenuFlyout.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Foundation;
using Uno.Client;
using Uno.Extensions;
using Uno.UI.Services;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using UIKit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Text;
using Uno.Extensions;
using Uno.Client;
using Uno.UI.Services;
using UIKit;
using Uno.Disposables;
using Windows.UI.Core;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Text;
using Uno.Client;
using Uno.Extensions;
using Uno.UI.Services;
using UIKit;
using Uno.UI.Controls;
using Uno.UI;
Expand Down

0 comments on commit 2f9c1ff

Please sign in to comment.