summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-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