From 1ecdbcced294df72f63cd00574c7f96bd987c232 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Tue, 12 Sep 2006 20:32:06 +0000 Subject: Save a few bytes on hwcodec targets... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10937 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/icons.c') diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 80021b165e..711df633f4 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -77,6 +77,7 @@ const unsigned char bitmap_icons_7x8[][7] = {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */ }; +#if CONFIG_CODEC == SWCODEC const unsigned char bitmap_icons_18x8[][18] = { {0x00, 0x00, 0x00, 0x00,0x3e, 0x04, 0x08, 0x04, 0x3e, 0x00, 0x3e, 0x2a, @@ -99,7 +100,6 @@ const unsigned char bitmap_icons_18x8[][18] = 0x00, 0x1e, 0x20, 0x18, 0x06, 0x00} /* wav */ }; -#if CONFIG_CODEC == SWCODEC const unsigned char bitmap_icons_12x8[][12] = { {0x00, 0x00, 0x00, 0x00, 0x3e, 0x2a, 0x3e, 0x00, 0x3e, 0x10, 0x28, 0x00}, /* 8khz */ -- cgit v1.2.3