diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-22 17:46:00 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-22 17:46:00 +0200 |
commit | 1a6f228a913bd2c71266c9ec9a277a2705498797 (patch) | |
tree | 9833af5fc5bd2b61e5954b18d306bf0928f2ad69 /common.c | |
parent | 4b318a390eb5fbf44978cb742e650c6e5208a823 (diff) | |
download | vdr-plugin-text2skin-1a6f228a913bd2c71266c9ec9a277a2705498797.tar.gz vdr-plugin-text2skin-1a6f228a913bd2c71266c9ec9a277a2705498797.tar.bz2 |
Purge DEVELOPMENT_FEATURES, permanently enabled with t2s-rerunandtab.diff.
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -202,7 +202,6 @@ std::string AddExtInfoToDescription(const char *Title, const char *ShortText, co desc << buf << "\n"; // keep one newline } -#ifdef DEVELOPMENT_FEATURES // try to find a rerun of the show using epgsearch-service if (!isempty(Title)) { Epgsearch_searchresults_v1_0 data; @@ -244,7 +243,6 @@ std::string AddExtInfoToDescription(const char *Title, const char *ShortText, co } } } -#endif // DEVELOPMENT_FEATURES // Add the AUX-Info of the Recording if (Aux) { |