diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/world.h b/src/world.h index 44e21166..4f4101e4 100644 --- a/src/world.h +++ b/src/world.h @@ -37,10 +37,6 @@ struct SerdWorldImpl { uint32_t next_blank_id; }; -/// Open a file configured for fast sequential reading -FILE* -serd_world_fopen(SerdWorld* world, const char* path, const char* mode); - SerdStatus serd_world_error(const SerdWorld* world, const SerdError* e); |