diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | common.c | 2 |
2 files changed, 0 insertions, 7 deletions
@@ -1,7 +1,6 @@ #DEBUG=1 #BENCH=1 STRIP=strip -DEVELOPMENT_FEATURES=1 # BEWARE that you can not use GraphTFT together with # Text2Skin if you use Imlib2! (That's why I actually implemented ImageMagick) @@ -67,10 +66,6 @@ OBJS = $(PLUGIN).o loader.o display.o render.o common.o bitmap.o \ ### Includes and Defines (add further entries here): -ifdef DEVELOPMENT_FEATURES - DEFINES += -DDEVELOPMENT_FEATURES -endif - ifeq ($(IMAGELIB), imagemagick) DEFINES += -DHAVE_IMAGEMAGICK INCLUDES += $(shell pkg-config --cflags ImageMagick++) @@ -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) { |