From 9605e24655dbb0d67b34e0be7aa71e621f3ae415 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 08:42:08 +0200 Subject: conf.h: move constants to ConfigDefaults.hxx --- src/conf.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/conf.h') 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 -- cgit v1.2.3