From 0bb53e170ca7eb1f2773a253c0357b636945cd37 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Wed, 23 Nov 2022 15:42:13 +0800 Subject: [PATCH] Remove unused function in previous commit --- Flow.Launcher/SettingWindow.xaml.cs | 6 ------ 1 file changed, 6 deletions(-) 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; - } } }