From ff2e75afb87d310a6d1ae75f5e59fa612ff1919f Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Thu, 10 Sep 2009 11:48:49 +0000 Subject: [PATCH] Revert r4902. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4903 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Project/Src/PrettyPrinter/IOutputAstVisitor.cs | 6 ------ 1 file changed, 6 deletions(-) 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);