summaryrefslogtreecommitdiffstats
path: root/src/edge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edge.c')
-rw-r--r--src/edge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/edge.c b/src/edge.c
index e54e277..85a8115 100644
--- a/src/edge.c
+++ b/src/edge.c
@@ -239,14 +239,13 @@ ganv_edge_bounds(GanvItem* item,
static void
ganv_edge_update(GanvItem* item,
double* affine,
- ArtSVP* clip_path,
int flags)
{
GanvEdge* edge = GANV_EDGE(item);
GanvEdgeImpl* impl = edge->impl;
if (parent_class->update) {
- (*parent_class->update)(item, affine, clip_path, flags);
+ (*parent_class->update)(item, affine, flags);
}
// Request redraw of old location