Remove unused function in previous commit

This commit is contained in:
Vic 2022-11-23 15:42:13 +08:00
parent b124cc3c8d
commit 0bb53e170c

View file

@ -560,11 +560,5 @@ namespace Flow.Launcher
};
}
private static void RefreshComboBox(System.Windows.Controls.ComboBox box, int index)
{
box.Items.Refresh();
box.SelectedIndex = index;
}
}
}