summaryrefslogtreecommitdiff
path: root/undelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'undelete.c')
-rw-r--r--undelete.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/undelete.c b/undelete.c
index a3f99b8..df6b71f 100644
--- a/undelete.c
+++ b/undelete.c
@@ -9,7 +9,6 @@
#include "undelete.h"
#include "menuundelete.h"
#include "menusetup.h"
-#include "i18n.h"
#include "vdrtools.h"
#include <getopt.h>
#include <ctype.h>
@@ -467,7 +466,7 @@ bool cPluginUndelete::ProcessArgs(int argc, char *argv[])
bool cPluginUndelete::Start(void)
{
// Start any background activities the plugin shall perform.
- RegisterI18n(Phrases);
+ // RegisterI18n(Phrases);
TestAndSetOSDLanguage();
d1syslog("cPluginUndelete::Start", "undeleteconfigfile=%s", undeleteconfigfile.u);