From 8d5c08d03e3c5de1c924ac7bbb71a6fa4ac3a6e4 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Mon, 2 May 2016 12:27:39 -0700 Subject: [PATCH] Remove option we aren't using. --- .../CSharp/Impl/CSharpVSResources.Designer.cs | 9 --------- src/VisualStudio/CSharp/Impl/CSharpVSResources.resx | 3 --- .../CSharp/Impl/Options/AdvancedOptionPageControl.xaml | 3 --- .../CSharp/Impl/Options/AdvancedOptionPageStrings.cs | 5 ----- 4 files changed, 20 deletions(-) diff --git a/src/VisualStudio/CSharp/Impl/CSharpVSResources.Designer.cs b/src/VisualStudio/CSharp/Impl/CSharpVSResources.Designer.cs index 114fcf28a91..cf9ab45b480 100644 --- a/src/VisualStudio/CSharp/Impl/CSharpVSResources.Designer.cs +++ b/src/VisualStudio/CSharp/Impl/CSharpVSResources.Designer.cs @@ -609,15 +609,6 @@ internal class CSharpVSResources { } } - /// - /// Looks up a localized string similar to Warn if _build errors exist when organizing usings. - /// - internal static string Option_WarnOnBuildErrors { - get { - return ResourceManager.GetString("Option_WarnOnBuildErrors", resourceCulture); - } - } - /// /// Looks up a localized string similar to Prefer intrinsic predefined type keyword when declaring locals, parameters and members. /// diff --git a/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx b/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx index ff977606cf4..f7db8a3b558 100644 --- a/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx +++ b/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx @@ -381,9 +381,6 @@ _Place 'System' directives first when sorting usings - - Warn if _build errors exist when organizing usings - _Show completion list after a character is typed diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml index ac8abb93bcc..7364f5f4925 100644 --- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml +++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml @@ -45,9 +45,6 @@ - diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs index 89c536d917e..764b908160a 100644 --- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs +++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs @@ -108,10 +108,5 @@ public static string Option_PlaceSystemNamespaceFirst { get { return CSharpVSResources.Option_PlaceSystemNamespaceFirst; } } - - public static string Option_WarnOnBuildErrors - { - get { return CSharpVSResources.Option_WarnOnBuildErrors; } - } } } -- GitLab