diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutControl.xaml.cs b/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutControl.xaml.cs index 383978f628..b8aad6c323 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutControl.xaml.cs +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/ShortcutControl/ShortcutControl.xaml.cs @@ -402,17 +402,6 @@ public sealed partial class ShortcutControl : UserControl, IDisposable, IRecipie _isActive = true; } - private void C_ResetClick(object sender, RoutedEventArgs e) - { - hotkeySettings = null; - - SetValue(HotkeySettingsProperty, hotkeySettings); - SetKeys(); - - lastValidSettings = hotkeySettings; - shortcutDialog.Hide(); - } - private async void OpenDialogButton_Click(object sender, RoutedEventArgs e) { // c.Keys = null;