From 01d7269904ba4fca551cca8ff9d1dcb85fa3456a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 11 Oct 2013 09:38:07 +0200 Subject: Removed the deprecated VideoDirectory variable --- videodir.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'videodir.h') diff --git a/videodir.h b/videodir.h index c604d046..f520d77b 100644 --- a/videodir.h +++ b/videodir.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: videodir.h 3.1 2013/09/11 12:19:47 kls Exp $ + * $Id: videodir.h 3.2 2013/10/11 09:37:48 kls Exp $ */ #ifndef __VIDEODIR_H @@ -13,11 +13,6 @@ #include #include "tools.h" -#define DEPRECATED_VIDEODIR -#ifdef DEPRECATED_VIDEODIR -extern const char *VideoDirectory; -#endif - class cVideoDirectory { private: static cString name; -- cgit v1.2.3