Skip to content

Commit 698fe79

Browse files
committed
Remove unused removing
1 parent 5fa3bec commit 698fe79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneHotkeyViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Linq;
22
using System.Windows;
33
using CommunityToolkit.Mvvm.Input;
4-
using Flow.Launcher.Helper;
54
using Flow.Launcher.Infrastructure;
65
using Flow.Launcher.Infrastructure.UserSettings;
76
using Flow.Launcher.Plugin;
@@ -48,7 +47,6 @@ private void CustomHotkeyDelete()
4847
if (result is MessageBoxResult.Yes)
4948
{
5049
Settings.CustomPluginHotkeys.Remove(item);
51-
HotKeyMapper.RemoveHotkey(item.Hotkey);
5250
}
5351
}
5452

0 commit comments

Comments
 (0)