aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jalv.c2
-rw-r--r--src/state.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/jalv.c b/src/jalv.c
index e445c64..3235120 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -74,8 +74,6 @@
#define NS_RDF "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-#define USTR(str) ((const uint8_t*)str)
-
#ifndef MIN
# define MIN(a, b) (((a) < (b)) ? (a) : (b))
#endif
diff --git a/src/state.c b/src/state.c
index 8401252..d50ef66 100644
--- a/src/state.c
+++ b/src/state.c
@@ -37,8 +37,6 @@
#define NS_RDFS "http://www.w3.org/2000/01/rdf-schema#"
#define NS_XSD "http://www.w3.org/2001/XMLSchema#"
-#define USTR(s) ((const uint8_t*)s)
-
char*
jalv_make_path(LV2_State_Make_Path_Handle handle,
const char* path)