From 79f19b939f63a1a965bcc9f90cf9b6c8822620cc Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 17 Oct 2009 13:40:42 +0000 Subject: Const correctness for output_dyn_value and unify some identical constants git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23227 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/recorder') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index ffa4b2df7e..da97306cfe 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -1035,13 +1035,6 @@ bool recording_screen(bool no_source) int prev_rec_source = global_settings.rec_source; /* detect source change */ #endif - static const unsigned char *byte_units[] = { - ID2P(LANG_BYTE), - ID2P(LANG_KILOBYTE), - ID2P(LANG_MEGABYTE), - ID2P(LANG_GIGABYTE) - }; - struct audio_recording_options rec_options; rec_status = RCSTAT_IN_RECSCREEN; -- cgit v1.2.3