diff options
author | David Robillard <d@drobilla.net> | 2023-05-22 21:02:25 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-22 21:02:25 -0400 |
commit | cc18ce449fc75f763068899b7f50c37ca9b3d1b6 (patch) | |
tree | d473f99bca6eeaadf5f4dd1aeaad1bb01fb006ba /src | |
parent | d564baafed0863813a87d872f8663134e74228c8 (diff) | |
download | lilv-cc18ce449fc75f763068899b7f50c37ca9b3d1b6.tar.gz lilv-cc18ce449fc75f763068899b7f50c37ca9b3d1b6.tar.bz2 lilv-cc18ce449fc75f763068899b7f50c37ca9b3d1b6.zip |
Remove unused LILV_DIR_SEP
Diffstat (limited to 'src')
-rw-r--r-- | src/lilv_config.h | 9 |
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 |