aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-13 10:52:56 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 23:03:48 -0500
commitbf4f881c2241fa8ae6459bd9c8ee6cc83ee563a9 (patch)
treefc04015e0566e8c2a1fc94e78274bb2896941034 /src/system.h
parent68769abbf1c7b4ef4f03f93f0c50e016c709a167 (diff)
downloadserd-bf4f881c2241fa8ae6459bd9c8ee6cc83ee563a9.tar.gz
serd-bf4f881c2241fa8ae6459bd9c8ee6cc83ee563a9.tar.bz2
serd-bf4f881c2241fa8ae6459bd9c8ee6cc83ee563a9.zip
Move fopen wrapper to world
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h
index 944c8942..ff8ec7c0 100644
--- a/src/system.h
+++ b/src/system.h
@@ -22,10 +22,6 @@
#include <stdint.h>
#include <stdio.h>
-/// Open a file configured for fast sequential reading
-FILE*
-serd_fopen(const char* path, const char* mode);
-
/// Allocate a buffer aligned to `alignment` bytes
SERD_I_MALLOC_FUNC
void*