summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-10-17 13:40:42 +0000
committerNils Wallménius <nils@rockbox.org>2009-10-17 13:40:42 +0000
commit79f19b939f63a1a965bcc9f90cf9b6c8822620cc (patch)
treef2b6cd378e30daa15ce03653ae1dd3ded0a6431f /apps/recorder
parent0659890804d8443a75b4cc5b91c6aec45821effc (diff)
downloadrockbox-79f19b939f63a1a965bcc9f90cf9b6c8822620cc.tar.gz
rockbox-79f19b939f63a1a965bcc9f90cf9b6c8822620cc.zip
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
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/recording.c7
1 files changed, 0 insertions, 7 deletions
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)
1035 int prev_rec_source = global_settings.rec_source; /* detect source change */ 1035 int prev_rec_source = global_settings.rec_source; /* detect source change */
1036#endif 1036#endif
1037 1037
1038 static const unsigned char *byte_units[] = {
1039 ID2P(LANG_BYTE),
1040 ID2P(LANG_KILOBYTE),
1041 ID2P(LANG_MEGABYTE),
1042 ID2P(LANG_GIGABYTE)
1043 };
1044
1045 struct audio_recording_options rec_options; 1038 struct audio_recording_options rec_options;
1046 rec_status = RCSTAT_IN_RECSCREEN; 1039 rec_status = RCSTAT_IN_RECSCREEN;
1047 1040