Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
danipen committed Feb 6, 2023
1 parent 1419fda commit 8a83e8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AvaloniaEdit/Rendering/VisualLineText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public override TextRun CreateTextRun(int startVisualColumn, ITextRunConstructio
offset,
DocumentLength - relativeOffset);

//var bufferOffset = RelativeTextOffset;

var textSlice = text.Text.AsMemory().Slice(text.Offset, text.Count);

return new TextCharacters(textSlice, TextRunProperties);
Expand Down

0 comments on commit 8a83e8f

Please sign in to comment.