diff options
Diffstat (limited to 'src/group.c')
-rw-r--r-- | src/group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group.c b/src/group.c index 4e7731a..20ef354 100644 --- a/src/group.c +++ b/src/group.c @@ -275,7 +275,7 @@ ganv_group_point(GanvItem* item, double x, double y, GanvItem** actual_item) } } -/** Get bounds of child item in group-relative coordinates. */ +/* Get bounds of child item in group-relative coordinates. */ static void get_child_bounds(GanvItem* child, double* x1, double* y1, double* x2, double* y2) { |