Browse Source

Remove out-of-date documentation comment.

4.0
Daniel Grunwald 15 years ago
parent
commit
b173684de0
  1. 3
      src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Rendering/IBackgroundRenderer.cs

3
src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Rendering/IBackgroundRenderer.cs

@ -11,9 +11,6 @@ namespace ICSharpCode.AvalonEdit.Rendering
/// You can use background renderers to draw non-interactive elements on the TextView /// You can use background renderers to draw non-interactive elements on the TextView
/// without introducing new UIElements. /// without introducing new UIElements.
/// </summary> /// </summary>
/// <remarks>Background renderer will draw only if their associated known
/// layer chooses to draw them. For example, background renderers in the caret
/// layer will be invisible when the caret is hidden.</remarks>
public interface IBackgroundRenderer public interface IBackgroundRenderer
{ {
/// <summary> /// <summary>

Loading…
Cancel
Save