Skip to content

Commit b14cf89

Browse files
committed
Remove useless using
1 parent f56d038 commit b14cf89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using Flow.Launcher.Infrastructure.UserSettings;
1111
using Flow.Launcher.Plugin;
1212
using Flow.Launcher.Plugin.SharedModels;
13-
using OpenFileDialog = System.Windows.Forms.OpenFileDialog;
1413

1514
namespace Flow.Launcher.SettingPages.ViewModels;
1615

@@ -20,7 +19,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel
2019
private readonly Updater _updater;
2120
private readonly IPortable _portable;
2221
private readonly Internationalization _translater;
23-
22+
2423
public SettingsPaneGeneralViewModel(Settings settings, Updater updater, IPortable portable, Internationalization translater)
2524
{
2625
Settings = settings;

0 commit comments

Comments
 (0)