mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused function in previous commit
This commit is contained in:
parent
b124cc3c8d
commit
0bb53e170c
1 changed files with 0 additions and 6 deletions
|
|
@ -560,11 +560,5 @@ namespace Flow.Launcher
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
private static void RefreshComboBox(System.Windows.Controls.ComboBox box, int index)
|
||||
{
|
||||
box.Items.Refresh();
|
||||
box.SelectedIndex = index;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue