diff --git a/src/Libraries/NRefactory/Project/Src/PrettyPrinter/IOutputAstVisitor.cs b/src/Libraries/NRefactory/Project/Src/PrettyPrinter/IOutputAstVisitor.cs index f68dc93a58..263a4fc6fa 100644 --- a/src/Libraries/NRefactory/Project/Src/PrettyPrinter/IOutputAstVisitor.cs +++ b/src/Libraries/NRefactory/Project/Src/PrettyPrinter/IOutputAstVisitor.cs @@ -47,12 +47,6 @@ namespace ICSharpCode.NRefactory.PrettyPrinter get; set; } - bool LastCharacterIsNewLine { - get; - } - bool LastCharacterIsWhiteSpace { - get; - } void NewLine(); void Indent(); void PrintComment(Comment comment, bool forceWriteInPreviousBlock);