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