Remove unused removing

This commit is contained in:
Jack251970 2025-07-02 16:03:46 +08:00
parent 5fa3becb5c
commit 698fe79265

View file

@ -1,7 +1,6 @@
using System.Linq;
using System.Windows;
using CommunityToolkit.Mvvm.Input;
using Flow.Launcher.Helper;
using Flow.Launcher.Infrastructure;
using Flow.Launcher.Infrastructure.UserSettings;
using Flow.Launcher.Plugin;
@ -48,7 +47,6 @@ public partial class SettingsPaneHotkeyViewModel : BaseModel
if (result is MessageBoxResult.Yes)
{
Settings.CustomPluginHotkeys.Remove(item);
HotKeyMapper.RemoveHotkey(item.Hotkey);
}
}