From e11e141b5edadfd38b47702fbf17f41ae8d250d0 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Mon, 21 Jul 2014 22:30:04 +0800 Subject: [PATCH] remove bing search suggestions. --- Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs b/Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs index 0df9622241..5648f20264 100644 --- a/Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs +++ b/Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs @@ -29,7 +29,6 @@ namespace Wox.Plugin.SystemPlugins List items = new List() { new ComboBoxItem() {Content = "Google"}, - new ComboBoxItem() {Content = "Bing" }, new ComboBoxItem() {Content = "Baidu"}, }; ComboBoxItem selected = items.FirstOrDefault(o => o.Content.ToString() == UserSettingStorage.Instance.WebSearchSuggestionSource);