summarylogtreecommitdiffstats
path: root/vdr-bgprocess-03_tlphrases.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-bgprocess-03_tlphrases.patch')
-rw-r--r--vdr-bgprocess-03_tlphrases.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/vdr-bgprocess-03_tlphrases.patch b/vdr-bgprocess-03_tlphrases.patch
deleted file mode 100644
index 01e5cc7f124a..000000000000
--- a/vdr-bgprocess-03_tlphrases.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/bgprocess.c b/bgprocess.c
-index 69206bb..126c09e 100644
---- a/bgprocess.c
-+++ b/bgprocess.c
-@@ -152,7 +152,9 @@ bool cPluginBgprocess::ProcessArgs(int argc, char *argv[])
- bool cPluginBgprocess::Initialize(void)
- {
- // Initialize any background activities the plugin shall perform.
-- RegisterI18n(tlPhrases);
-+#if VDRVERSNUM < 10507
-+RegisterI18n(tlPhrases);
-+#endif
- return true;
- }
-
-diff --git a/i18n.h b/i18n.h
-index ee84e4c..c625a5e 100644
---- a/i18n.h
-+++ b/i18n.h
-@@ -13,6 +13,8 @@
- #include <vdr/i18n.h>
- #include <vdr/config.h> // for VDRVERSNUM define only
-
-+#if VDRVERSNUM < 10507
- extern const tI18nPhrase tlPhrases[];
-+#endif
-
- #endif //_I18N__H