From 7a42d92c10a4bc686244668dd0e3f903f30f2fae Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 Jan 2022 21:35:08 +0800 Subject: ... --- include/cru/platform/graphics/NullPainter.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/cru/platform/graphics/NullPainter.hpp') 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, -- cgit v1.2.3