diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-11 09:38:07 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-11 09:38:07 +0200 |
commit | 01d7269904ba4fca551cca8ff9d1dcb85fa3456a (patch) | |
tree | ba2d92a490b625e27bdfb395907710a01ca91dc9 /videodir.h | |
parent | 7c72f7932992b4dffa84857567f8ccadc49ad571 (diff) | |
download | vdr-01d7269904ba4fca551cca8ff9d1dcb85fa3456a.tar.gz vdr-01d7269904ba4fca551cca8ff9d1dcb85fa3456a.tar.bz2 |
Removed the deprecated VideoDirectory variable
Diffstat (limited to 'videodir.h')
-rw-r--r-- | videodir.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 <stdlib.h> #include "tools.h" -#define DEPRECATED_VIDEODIR -#ifdef DEPRECATED_VIDEODIR -extern const char *VideoDirectory; -#endif - class cVideoDirectory { private: static cString name; |