From baa20c4e60f542ec70b554fadec3be7fea74fe7e Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 15 Dec 2016 11:31:50 +0100 Subject: Removing obsolete color parameters from gwinFillDualCircle() Fixes T27 --- src/gwin/gwin.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gwin/gwin.h') diff --git a/src/gwin/gwin.h b/src/gwin/gwin.h index e603f017..c3d18c31 100644 --- a/src/gwin/gwin.h +++ b/src/gwin/gwin.h @@ -729,13 +729,11 @@ extern "C" { * @param[in] gh The window handle * @param[in] x,y The center of the circle * @param[in] radius1 The radius of the larger circle - * @param[in] color1 The color to use for the larger circle * @param[in] radius2 The radius of the smaller circle - * @param[in] color2 The color to use for the smaller circle * * @api */ - void gwinFillDualCircle(GHandle gh, coord_t x, coord_t y, coord_t radius1, color_t color1, coord_t radius2, color_t color2); + void gwinFillDualCircle(GHandle gh, coord_t x, coord_t y, coord_t radius1, coord_t radius2); #endif #if GDISP_NEED_ELLIPSE || defined(__DOXYGEN__) -- cgit v1.2.3