summaryrefslogtreecommitdiff
path: root/frontends/gtk/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/print.c')
-rw-r--r--frontends/gtk/print.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/gtk/print.c b/frontends/gtk/print.c
index f447a463e..c4f1b0f7a 100644
--- a/frontends/gtk/print.c
+++ b/frontends/gtk/print.c
@@ -427,7 +427,6 @@ nsgtk_print_plot_polygon(const struct redraw_context *ctx,
* \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.
*/
@@ -436,7 +435,6 @@ nsgtk_print_plot_path(const struct redraw_context *ctx,
const plot_style_t *pstyle,
const float *p,
unsigned int n,
- float width,
const float transform[6])
{
/* Only the internal SVG renderer uses this plot call currently,