diff options
Diffstat (limited to 'audiorecorder.c')
-rw-r--r-- | audiorecorder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audiorecorder.c b/audiorecorder.c index 6dd0fb4..d9a1609 100644 --- a/audiorecorder.c +++ b/audiorecorder.c @@ -145,8 +145,6 @@ bool cPluginAudiorecorder::Initialize(void) cfg.append(strdup(ConfigDirectory(PLUGIN_NAME_I18N))); cfg.append("/audiorecorder.conf"); - RegisterI18n(Phrases); - audio_codecs[0] = "mp2"; audio_codecs[1] = "libmp3lame"; audio_codecs[2] = "mp3"; |