From 8332bf6b2a42fd03b864e46f60eeaa76b51da496 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 23 May 2018 13:48:17 +0100 Subject: Plotters: Remove width param from path plotter. We now use the stroke_width in the plot_style. --- include/netsurf/plotters.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/netsurf/plotters.h') diff --git a/include/netsurf/plotters.h b/include/netsurf/plotters.h index 4828eb4fa..2fd507aa5 100644 --- a/include/netsurf/plotters.h +++ b/include/netsurf/plotters.h @@ -220,7 +220,6 @@ struct plotter_table { * \param pstyle Style controlling the path plot. * \param p elements of path * \param n nunber of elements on path - * \param width The width of the path * \param transform A transform to apply to the path. * \return NSERROR_OK on success else error code. */ @@ -229,7 +228,6 @@ struct plotter_table { const plot_style_t *pstyle, const float *p, unsigned int n, - float width, const float transform[6]); /** -- cgit v1.2.3