Skip to content

Commit 0bb53e1

Browse files
Remove unused function in previous commit
1 parent b124cc3 commit 0bb53e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -560,11 +560,5 @@ private void StoreListItem_Click(object sender, RoutedEventArgs e)
560560
};
561561

562562
}
563-
564-
private static void RefreshComboBox(System.Windows.Controls.ComboBox box, int index)
565-
{
566-
box.Items.Refresh();
567-
box.SelectedIndex = index;
568-
}
569563
}
570564
}

0 commit comments

Comments
 (0)