From a237b9e8bb92f75d71964c7f45084319a9f63f36 Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Sat, 26 Apr 2014 23:00:06 +0200 Subject: removed i18n language handling --- Makefile | 2 +- audiorecorder.c | 2 -- audiorecorder.h | 2 -- mainmenu.h | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index b4a454b..90ebb01 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ endif ### The object files (add further files here): -OBJS = $(PLUGIN).o mainmenu.o browse.o browse-item.o column.o dispatcher.o audioreceiver.o postdata.o trackinfo.o postproc.o rds.o convert.o cache.o xml-cache.o xml-base.o setup.o mpa-frame.o audiorecorder_i18n.o +OBJS = $(PLUGIN).o mainmenu.o browse.o browse-item.o column.o dispatcher.o audioreceiver.o postdata.o trackinfo.o postproc.o rds.o convert.o cache.o xml-cache.o xml-base.o setup.o mpa-frame.o ### The main target: 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"; diff --git a/audiorecorder.h b/audiorecorder.h index ce49c76..3ec9c3c 100644 --- a/audiorecorder.h +++ b/audiorecorder.h @@ -13,8 +13,6 @@ #include #include -#include "audiorecorder_i18n.h" - class cPluginAudiorecorder : public cPlugin { private: cDispatcher *dispatcher; diff --git a/mainmenu.h b/mainmenu.h index 4482296..fc17fdc 100644 --- a/mainmenu.h +++ b/mainmenu.h @@ -13,8 +13,6 @@ #include -#include "audiorecorder_i18n.h" - class cMainmenu : public cOsdMenu { private: -- cgit v1.2.3