Skip to content

Commit

Permalink
Fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillibald committed Jul 21, 2021
1 parent 8fbbfaa commit 9ba6cdf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Avalonia.Benchmarks/NullDrawingContextImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ public void DrawRectangle(IBrush brush, IPen pen, RoundedRect rect, BoxShadows b
{
}

public void DrawText(IBrush foreground, Point origin, IFormattedTextImpl text)
{
}

public void DrawGlyphRun(IBrush foreground, GlyphRun glyphRun)
{
}
Expand Down

0 comments on commit 9ba6cdf

Please sign in to comment.