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/ConfigGlobal.hxx | |
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 'src/ConfigGlobal.hxx')
-rw-r--r-- | src/ConfigGlobal.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ConfigGlobal.hxx b/src/ConfigGlobal.hxx index efa5e0604..b4aa5fd85 100644 --- a/src/ConfigGlobal.hxx +++ b/src/ConfigGlobal.hxx @@ -23,12 +23,8 @@ #include "ConfigOption.hxx" #include "gcc.h" -#include <stdbool.h> #include <stddef.h> -#define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16) -#define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false - class Error; class Path; |