Stop exposing rb_shape_get_root_shape

This commit is contained in:
Jean Boussier 2025-05-08 18:29:26 +02:00
parent 62eb2007f6
commit df7d25bb3e
Notes: git 2025-05-09 08:23:12 +00:00

View File

@ -150,7 +150,6 @@ RCLASS_SET_SHAPE_ID(VALUE obj, shape_id_t shape_id)
set_shape_id_in_flags(obj, shape_id);
}
rb_shape_t *rb_shape_get_root_shape(void);
int32_t rb_shape_id_offset(void);
rb_shape_t *rb_shape_get_parent(rb_shape_t *shape);