diff options
author | Peter Zhu <[email protected]> | 2024-02-22 16:02:10 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-02-23 10:24:21 -0500 |
commit | df5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa () | |
tree | 916957fa57658e91b51fc8aa9eda938e64843395 /shape.c | |
parent | 386a00663092fc5eff0770dcb4b4ce5d6797dd74 (diff) |
Remove unneeded RUBY_FUNC_EXPORTED
-rw-r--r-- | shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ rb_shape_each_shape(each_shape_callback callback, void *data) } } -RUBY_FUNC_EXPORTED rb_shape_t* rb_shape_get_shape_by_id(shape_id_t shape_id) { RUBY_ASSERT(shape_id != INVALID_SHAPE_ID); |