summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-24 14:07:21 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-24 14:07:21 +0100
commit715ed57ab1650cac0c6279d9cd60b2c63d32539c (patch)
treee237442562e909c163366f2a2962d5a084fd44d4 /osd.h
parent44ee59b21ab0d84aa1f2f9cb8d55439b5dd483a8 (diff)
downloadvdr-715ed57ab1650cac0c6279d9cd60b2c63d32539c.tar.gz
vdr-715ed57ab1650cac0c6279d9cd60b2c63d32539c.tar.bz2
Removed DVD support from the core VDR source
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/osd.h b/osd.h
index 21c93154..4eb2a22d 100644
--- a/osd.h
+++ b/osd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.h 1.25 2002/01/20 10:42:14 kls Exp $
+ * $Id: osd.h 1.26 2002/02/24 12:55:16 kls Exp $
*/
#ifndef __OSD_H
@@ -27,7 +27,6 @@ enum eOSState { osUnknown,
osCommands,
osRecord,
osReplay,
- osDVD,
osStopRecord,
osStopReplay,
osCancelEdit,