summaryrefslogtreecommitdiff
path: root/videodir.h
diff options
context:
space:
mode:
Diffstat (limited to 'videodir.h')
-rw-r--r--videodir.h7
1 files changed, 1 insertions, 6 deletions
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 <stdlib.h>
#include "tools.h"
-#define DEPRECATED_VIDEODIR
-#ifdef DEPRECATED_VIDEODIR
-extern const char *VideoDirectory;
-#endif
-
class cVideoDirectory {
private:
static cString name;