diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index b98a92c57..9ceb9789d 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -560,11 +560,5 @@ namespace Flow.Launcher }; } - - private static void RefreshComboBox(System.Windows.Controls.ComboBox box, int index) - { - box.Items.Refresh(); - box.SelectedIndex = index; - } } }