From 706e6b7a75339cadc7b8a856a2eace68f89bb168 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 18 Feb 2014 07:11:11 +0100 Subject: Move VOL_NAMES definition to mv.h Fits better and including dir.h is more messy for some places. Change-Id: I3ec30dcc1ac2734ad3844c903238b6cc2f4e134c --- firmware/include/dir.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'firmware/include/dir.h') diff --git a/firmware/include/dir.h b/firmware/include/dir.h index 3427893024..6e8b70588e 100644 --- a/firmware/include/dir.h +++ b/firmware/include/dir.h @@ -24,23 +24,6 @@ #include "config.h" -#ifdef HAVE_MULTIVOLUME - -/* how to name volumes, first char must be outside of legal file names, - a number gets appended to enumerate, if applicable */ -#if (CONFIG_STORAGE & STORAGE_MMC) -#define VOL_NAMES "" -#define VOL_ENUM_POS 4 /* position of %d, to avoid runtime calculation */ -#elif (CONFIG_STORAGE & STORAGE_SD) -#define VOL_NAMES "" -#define VOL_ENUM_POS 8 /* position of %d, to avoid runtime calculation */ -#else -#define VOL_NAMES "" -#define VOL_ENUM_POS 3 -#endif - -#endif - #define ATTR_READ_ONLY 0x01 #define ATTR_HIDDEN 0x02 #define ATTR_SYSTEM 0x04 -- cgit v1.2.3