summaryrefslogtreecommitdiff
path: root/include/netsurf/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/plotters.h')
-rw-r--r--include/netsurf/plotters.h2
1 files changed, 0 insertions, 2 deletions
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]);
/**