diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/state.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/state.c b/src/state.c index dab6c02..4f8100a 100644 --- a/src/state.c +++ b/src/state.c @@ -31,11 +31,6 @@ #include <sys/stat.h> #include <sys/types.h> -#define NS_JALV "http://drobilla.net/ns/jalv#" -#define NS_RDF "http://www.w3.org/1999/02/22-rdf-syntax-ns#" -#define NS_RDFS "http://www.w3.org/2000/01/rdf-schema#" -#define NS_XSD "http://www.w3.org/2001/XMLSchema#" - char* jalv_make_path(LV2_State_Make_Path_Handle handle, const char* path) |