From 300474fe98ed24c1ead50cdd282d476afab29037 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 27 Feb 2022 22:02:26 +0800 Subject: ... --- src/osx/graphics/quartz/Geometry.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/osx/graphics/quartz/Geometry.cpp') diff --git a/src/osx/graphics/quartz/Geometry.cpp b/src/osx/graphics/quartz/Geometry.cpp index 37e4645b..87ddff3e 100644 --- a/src/osx/graphics/quartz/Geometry.cpp +++ b/src/osx/graphics/quartz/Geometry.cpp @@ -50,12 +50,6 @@ void QuartzGeometryBuilder::QuadraticBezierTo(const Point &control_point, control_point.y, end_point.x, end_point.y); } -void QuartzGeometryBuilder::ArcTo(const Point &radius, float angle, - bool is_large_arc, bool is_clockwise, - const Point &end_point) { - // TODO: Implement this! -} - void QuartzGeometryBuilder::CloseFigure(bool close) { if (close) CGPathCloseSubpath(cg_mutable_path_); } -- cgit v1.2.3