Skip to content

Commit eeb4e2e

Browse files
committed
Cleanup
1 parent 31e17fe commit eeb4e2e

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/Files.App/Actions/FileSystem/CreateAlternateDataStreamAction.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// Copyright (c) 2024 Files Community
22
// Licensed under the MIT License. See the LICENSE.
33

4-
using Files.App.Dialogs;
54
using Microsoft.UI.Xaml.Controls;
65
using System.IO;
7-
using TagLib.Ape;
86
using Windows.Foundation.Metadata;
97

108
namespace Files.App.Actions

src/Files.App/Helpers/Dialog/DialogDisplayHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
// Licensed under the MIT License. See the LICENSE.
33

44
using Files.App.Dialogs;
5-
using Files.App.ViewModels.Dialogs;
65
using Microsoft.UI.Xaml.Controls;
7-
using System;
8-
using System.Threading.Tasks;
96

107
namespace Files.App.Helpers
118
{

src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
// Licensed under the MIT License. See the LICENSE.
33

44
using Files.App.Dialogs;
5-
using Files.App.ViewModels.Dialogs;
65
using Microsoft.UI;
7-
using Microsoft.UI.Text;
86
using Microsoft.UI.Xaml;
97
using Microsoft.UI.Xaml.Controls;
108
using Microsoft.UI.Xaml.Data;
119
using Microsoft.UI.Xaml.Media;
12-
using TagLib.Ape;
13-
using Windows.ApplicationModel.DataTransfer;
1410
using Windows.System;
1511

1612
namespace Files.App.Helpers

0 commit comments

Comments
 (0)