From 8cb555460ff79e636a7907fb2589e16db98c8600 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 17 Jul 2020 00:01:32 -0400 Subject: [3/4] Completely remove HWCODEC support 'swcodec' is now always set (and recording_swcodec for recording-capable units) in feature.txt so the manual and language strings don't need to all be fixed up. Change-Id: Ib2c9d5d157af8d33653e2d4b4a12881b9aa6ddb0 --- apps/recorder/icons.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'apps/recorder/icons.c') diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 03a88c9fdc..cc53716674 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -40,10 +40,6 @@ const unsigned char bitmap_icons_5x8[][5] = {0x7f, 0x22, 0x1c, 0x22, 0x7f}, /* Stereo recording */ [Icon_Mono] = {0x00, 0x1c, 0x22, 0x7f, 0x00}, /* Mono recording */ -#if CONFIG_CODEC != SWCODEC - [Icon_q] = - {0x1e, 0x21, 0x31, 0x21, 0x5e} /* Q icon */ -#endif }; const unsigned char bitmap_icons_7x8[][7] = @@ -68,7 +64,7 @@ const unsigned char bitmap_icons_7x8[][7] = {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */ }; -#if CONFIG_CODEC == SWCODEC && defined(HAVE_RECORDING) +#if defined(HAVE_RECORDING) const unsigned char bitmap_glyphs_4x8[][4] = { /* Keep digits together and first! */ @@ -116,7 +112,7 @@ const unsigned char bitmap_formats_18x8[Format_18x8Last][18]= {0x00, 0x1e, 0x20, 0x18, 0x20, 0x1e, 0x00, 0x3c, 0x0a, 0x0a, 0x0a, 0x3c, 0x00, 0x0e, 0x10, 0x20, 0x10, 0x0e}, /* WAV */ }; -#endif /* CONFIG_CODEC == SWCODEC && defined(HAVE_RECORDING) */ +#endif /* defined(HAVE_RECORDING) */ /* Disk/MMC activity */ const unsigned char bitmap_icon_disk[12] = -- cgit v1.2.3