diff options
Diffstat (limited to 'include/cru/platform/graphics/NullPainter.hpp')
-rw-r--r-- | include/cru/platform/graphics/NullPainter.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/cru/platform/graphics/NullPainter.hpp b/include/cru/platform/graphics/NullPainter.hpp index 5586120b..7889f99e 100644 --- a/include/cru/platform/graphics/NullPainter.hpp +++ b/include/cru/platform/graphics/NullPainter.hpp @@ -42,11 +42,9 @@ class NullPainter : public Object, public virtual IPainter { CRU_UNUSED(brush) CRU_UNUSED(width) } - void FillEllipse(const Rect& outline_rect, IBrush* brush, - float width) override { + void FillEllipse(const Rect& outline_rect, IBrush* brush) override { CRU_UNUSED(outline_rect) CRU_UNUSED(brush) - CRU_UNUSED(width) } void StrokeGeometry(IGeometry* geometry, IBrush* brush, |