diff options
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings.c b/apps/settings.c index cc50b93..4babe33 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -885,9 +885,6 @@ void settings_apply(bool read_disk) global_settings.lang_file); lang_load(buf); talk_init(); /* use voice of same language */ -#if CONFIG_CODEC == SWCODEC && !defined(HAVE_HARDWARE_BEEP) - audio_buffer_reset(); -#endif } /* load the icon set */ icons_init(); |