From 1a6f228a913bd2c71266c9ec9a277a2705498797 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Mon, 22 May 2017 17:46:00 +0200 Subject: Purge DEVELOPMENT_FEATURES, permanently enabled with t2s-rerunandtab.diff. --- common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'common.c') diff --git a/common.c b/common.c index 09ed126..9f6bf85 100644 --- a/common.c +++ b/common.c @@ -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) { -- cgit v1.2.3