remove bing search suggestions.

This commit is contained in:
qianlifeng
2014-07-21 22:30:04 +08:00
parent 83e199a0de
commit e11e141b5e

View File

@@ -29,7 +29,6 @@ namespace Wox.Plugin.SystemPlugins
List<ComboBoxItem> items = new List<ComboBoxItem>()
{
new ComboBoxItem() {Content = "Google"},
new ComboBoxItem() {Content = "Bing" },
new ComboBoxItem() {Content = "Baidu"},
};
ComboBoxItem selected = items.FirstOrDefault(o => o.Content.ToString() == UserSettingStorage.Instance.WebSearchSuggestionSource);