Browse Source

Revert r4902.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4903 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 16 years ago
parent
commit
ff2e75afb8
  1. 6
      src/Libraries/NRefactory/Project/Src/PrettyPrinter/IOutputAstVisitor.cs

6
src/Libraries/NRefactory/Project/Src/PrettyPrinter/IOutputAstVisitor.cs

@ -47,12 +47,6 @@ namespace ICSharpCode.NRefactory.PrettyPrinter @@ -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);

Loading…
Cancel
Save