diff --git a/src/Main/Base/Project/Editor/ICodeEditorOptions.cs b/src/Main/Base/Project/Editor/ICodeEditorOptions.cs index 7e21b6003e..c1ec75bb0f 100644 --- a/src/Main/Base/Project/Editor/ICodeEditorOptions.cs +++ b/src/Main/Base/Project/Editor/ICodeEditorOptions.cs @@ -31,16 +31,6 @@ namespace ICSharpCode.SharpDevelop.Editor set; } - string FontFamily { - get; - set; - } - - double FontSize { - get; - set; - } - bool ShowLineNumbers { get; set; @@ -66,11 +56,6 @@ namespace ICSharpCode.SharpDevelop.Editor set; } - bool UnderlineErrors { - get; - set; - } - bool HighlightBrackets { get; set; @@ -105,10 +90,5 @@ namespace ICSharpCode.SharpDevelop.Editor get; set; } - - bool AutoInsertBlockEnd { - get; - set; - } } }