Skip to content

Commit

Permalink
remove ecs_meta_set_component
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Feodrippe committed Apr 23, 2024
1 parent 0d82696 commit 54c341e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions flecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -14576,12 +14576,6 @@ int ecs_meta_set_id(
ecs_meta_cursor_t *cursor,
ecs_id_t value);

/** Set field with (component) id value */
FLECS_API
int ecs_meta_set_component(
ecs_meta_cursor_t *cursor,
ecs_id_t value);

/** Set field with null value */
FLECS_API
int ecs_meta_set_null(
Expand Down
6 changes: 0 additions & 6 deletions include/flecs/addons/meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -683,12 +683,6 @@ int ecs_meta_set_id(
ecs_meta_cursor_t *cursor,
ecs_id_t value);

/** Set field with (component) id value */
FLECS_API
int ecs_meta_set_component(
ecs_meta_cursor_t *cursor,
ecs_id_t value);

/** Set field with null value */
FLECS_API
int ecs_meta_set_null(
Expand Down

0 comments on commit 54c341e

Please sign in to comment.