Remove an #ifdef - simulators might talk too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11009 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b183ef4295
commit
efbcc43720
1 changed files with 0 additions and 5 deletions
|
@ -844,12 +844,7 @@ bool recording_screen(bool no_source)
|
|||
peak_meter_playback(true);
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR
|
||||
audio_init_recording(talk_get_bufsize());
|
||||
#else
|
||||
audio_init_recording(0);
|
||||
#endif
|
||||
|
||||
sound_set_volume(global_settings.volume);
|
||||
|
||||
#ifdef HAVE_AGC
|
||||
|
|
Loading…
Reference in a new issue