summaryrefslogtreecommitdiff
path: root/apps/metadata.c
diff options
context:
space:
mode:
authorBoris Gjenero <dreamlayers@rockbox.org>2011-12-14 21:45:25 +0000
committerBoris Gjenero <dreamlayers@rockbox.org>2011-12-14 21:45:25 +0000
commit8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 (patch)
tree92f6769d3fbb5936e32d5fb82480b776ea6fbfb9 /apps/metadata.c
parent273fbadb5537743829f9830de5247626a11aedca (diff)
downloadrockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.gz
rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.zip
FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/metadata.c')
-rw-r--r--apps/metadata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/metadata.c b/apps/metadata.c
index efe18a74ed..7479de105f 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -250,6 +250,7 @@ const int rec_format_afmt[REC_NUM_FORMATS] =
250 [REC_FORMAT_PCM_WAV] = AFMT_PCM_WAV, 250 [REC_FORMAT_PCM_WAV] = AFMT_PCM_WAV,
251}; 251};
252 252
253#if 0 /* Currently unused, left for reference and future use */
253/* get AFMT_* corresponding REC_FORMAT_* */ 254/* get AFMT_* corresponding REC_FORMAT_* */
254const int afmt_rec_format[AFMT_NUM_CODECS] = 255const int afmt_rec_format[AFMT_NUM_CODECS] =
255{ 256{
@@ -261,6 +262,7 @@ const int afmt_rec_format[AFMT_NUM_CODECS] =
261 [AFMT_WAVPACK] = REC_FORMAT_WAVPACK, 262 [AFMT_WAVPACK] = REC_FORMAT_WAVPACK,
262 [AFMT_PCM_WAV] = REC_FORMAT_PCM_WAV, 263 [AFMT_PCM_WAV] = REC_FORMAT_PCM_WAV,
263}; 264};
265#endif
264#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */ 266#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */
265 267
266#if CONFIG_CODEC == SWCODEC 268#if CONFIG_CODEC == SWCODEC