summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lilv_config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lilv_config.h b/src/lilv_config.h
index 58d4429..5bf738f 100644
--- a/src/lilv_config.h
+++ b/src/lilv_config.h
@@ -16,15 +16,6 @@
# endif
#endif
-// Separator between directories in a path
-#ifndef LILV_DIR_SEP
-# ifdef _WIN32
-# define LILV_DIR_SEP "\\"
-# else
-# define LILV_DIR_SEP "/"
-# endif
-#endif
-
// Default value for LV2_PATH environment variable
#ifndef LILV_DEFAULT_LV2_PATH
# ifdef _WIN32