summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-13 20:26:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-13 20:26:51 +0200
commit5ed57fa1c5c2e33c218e60d906dc8e8163f50c16 (patch)
treeffbc38cfa37e76b14523d1001fe15dac6fe08923 /menu.h
parent1369239b53ee23fa1f790c67649facb4f8e547ff (diff)
downloadvdr-5ed57fa1c5c2e33c218e60d906dc8e8163f50c16.tar.gz
vdr-5ed57fa1c5c2e33c218e60d906dc8e8163f50c16.tar.bz2
The list of recordings is now kept statically in memory
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/menu.h b/menu.h
index 150f88de..5990a2ea 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 1.63 2004/05/23 09:47:26 kls Exp $
+ * $Id: menu.h 1.64 2004/06/13 11:46:03 kls Exp $
*/
#ifndef __MENU_H
@@ -16,7 +16,6 @@
#include "osdbase.h"
#include "dvbplayer.h"
#include "recorder.h"
-#include "recording.h"
#include "skins.h"
class cMenuText : public cOsdMenu {
@@ -107,7 +106,6 @@ class cMenuRecordingItem;
class cMenuRecordings : public cOsdMenu {
private:
- static cRecordings Recordings;
char *base;
int level;
static int helpKeys;