diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 08:42:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 08:42:08 +0200 |
commit | 9605e24655dbb0d67b34e0be7aa71e621f3ae415 (patch) | |
tree | e648cdddf0eca06d7361fcb689b1d3198639fe01 /src/conf.h | |
parent | 7d0269d2cec68c7e55df5b6db3d2266741534b17 (diff) | |
download | mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.tar.gz mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.tar.xz mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.zip |
conf.h: move constants to ConfigDefaults.hxx
Diffstat (limited to '')
-rw-r--r-- | src/conf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/conf.h b/src/conf.h index 8eb185fa7..df01e466a 100644 --- a/src/conf.h +++ b/src/conf.h @@ -25,9 +25,4 @@ #include "ConfigData.hxx" #include "gcc.h" -#define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16) -#define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false - -#define MAX_FILTER_CHAIN_LENGTH 255 - #endif |