diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2012-07-02 18:40:41 +0200 |
---|---|---|
committer | Martin Dummer <martin.dummer@gmx.net> | 2012-07-02 18:40:41 +0200 |
commit | 4b5f7f7b52c1d65dddfd4b7395c1ea5e5b394a88 (patch) | |
tree | cd79536b0e2016d1399cff4a7936c722963f5213 /playlist.c | |
parent | d0371f3e73e53f6b5383c4d3b66c71f4383263e5 (diff) | |
download | vdr-plugin-playlist-master.tar.gz vdr-plugin-playlist-master.tar.bz2 |
Diffstat (limited to 'playlist.c')
-rw-r--r-- | playlist.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,7 +10,6 @@ #include "menuplaylists.h" #include "menucontrol.h" #include "menusetup.h" -#include "i18n.h" #include "vdrtools.h" #include <getopt.h> #include <ctype.h> @@ -370,7 +369,6 @@ void TestI18n(char *Test) bool cPluginPlaylist::Start(void) { // Start any background activities the plugin shall perform. - RegisterI18n(Phrases); TestAndSetOSDLanguage(); #ifdef PL_Debug1 |