Skip to content

Commit

Permalink
Merge pull request #75494 from Cosifne/dev/shech/CleanAdvPage
Browse files Browse the repository at this point in the history
Remove unused option
  • Loading branch information
Cosifne authored Oct 15, 2024
2 parents d67d258 + e7b0b6f commit d78ecac
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 83 deletions.
3 changes: 0 additions & 3 deletions src/VisualStudio/CSharp/Impl/CSharpVSResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@
<data name="Show_procedure_line_separators" xml:space="preserve">
<value>_Show procedure line separators</value>
</data>
<data name="Don_t_put_ref_or_out_on_custom_struct" xml:space="preserve">
<value>_Don't put ref or out on custom struct</value>
</data>
<data name="Editor_Help" xml:space="preserve">
<value>Editor Help</value>
</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,6 @@
</StackPanel>
</GroupBox>

<GroupBox x:Uid="ExtractMethodGroupBox"
Header="{x:Static local:AdvancedOptionPageStrings.Option_ExtractMethod}">
<StackPanel>
<CheckBox x:Name="DontPutOutOrRefOnStruct"
Content="{x:Static local:AdvancedOptionPageStrings.Option_DontPutOutOrRefOnStruct}" />
</StackPanel>
</GroupBox>

<GroupBox x:Uid="Implement_Interface_or_Abstract_Class_GroupBox"
Header="{x:Static local:AdvancedOptionPageStrings.Option_Implement_Interface_or_Abstract_Class}">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
using Microsoft.CodeAnalysis.Editor.InlineRename;
using Microsoft.CodeAnalysis.Editor.Shared.Options;
using Microsoft.CodeAnalysis.Editor.Shared.Utilities;
using Microsoft.CodeAnalysis.ExtractMethod;
using Microsoft.CodeAnalysis.Features.EmbeddedLanguages.Json.LanguageServices;
using Microsoft.CodeAnalysis.Features.EmbeddedLanguages.RegularExpressions.LanguageServices;
using Microsoft.CodeAnalysis.Host;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ public static string Option_Underline_reassigned_variables
public static string Option_Strike_out_obsolete_symbols
=> ServicesVSResources.Strike_out_obsolete_symbols;

public static string Option_DontPutOutOrRefOnStruct
=> CSharpVSResources.Don_t_put_ref_or_out_on_custom_struct;

public static string Option_EditorHelp
=> CSharpVSResources.Editor_Help;

Expand All @@ -168,9 +165,6 @@ public static string Option_EnableHighlightReferences
public static string Option_EnterOutliningMode
=> CSharpVSResources.Enter_outlining_mode_when_files_open;

public static string Option_ExtractMethod
=> CSharpVSResources.Extract_Method;

public static string Option_Implement_Interface_or_Abstract_Class
=> ServicesVSResources.Implement_Interface_or_Abstract_Class;

Expand Down
5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d78ecac

Please sign in to comment.