aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 08:42:08 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 08:42:08 +0200
commit9605e24655dbb0d67b34e0be7aa71e621f3ae415 (patch)
treee648cdddf0eca06d7361fcb689b1d3198639fe01 /src/conf.h
parent7d0269d2cec68c7e55df5b6db3d2266741534b17 (diff)
downloadmpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.tar.gz
mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.tar.xz
mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.zip
conf.h: move constants to ConfigDefaults.hxx
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h5
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