summaryrefslogtreecommitdiff
path: root/mymenurecordings.h
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2007-01-01 19:14:13 +0100
committerAndreas Mair <andreas@vdr-developer.org>2007-01-01 19:14:13 +0100
commit074a396ce9f5c5239dd790c6566e0f19dff45f59 (patch)
treeb24fb923a1ec7172a481a9550504549db43540f0 /mymenurecordings.h
parent01be0f47d4fcfce954f77a037f8ab4d5368c8fe7 (diff)
downloadvdr-plugin-extrecmenu-074a396ce9f5c5239dd790c6566e0f19dff45f59.tar.gz
vdr-plugin-extrecmenu-074a396ce9f5c5239dd790c6566e0f19dff45f59.tar.bz2
Version 0.12cv0.12c
- dvd id for archive dvd would be first read out when the corresponding entry is selected; this should prevent delays while opening the plugin - because of this the setup option "show dvd id" is removed
Diffstat (limited to 'mymenurecordings.h')
-rw-r--r--mymenurecordings.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mymenurecordings.h b/mymenurecordings.h
index 694f112..ebaf588 100644
--- a/mymenurecordings.h
+++ b/mymenurecordings.h
@@ -3,8 +3,6 @@ class myMenuRecordingsItem:public cOsdItem
{
private:
bool isdvd;
- bool isvideodvd;
- char dvdnr[BUFSIZ];
int level,isdirectory;
int totalentries,newentries;
char *title;
@@ -18,8 +16,6 @@ class myMenuRecordingsItem:public cOsdItem
bool IsDirectory(){return name!=NULL;}
void IncrementCounter(bool IsNew);
bool IsDVD(){return isdvd;}
- bool IsVideoDVD(){return isvideodvd;}
- char *DvdNr(){return dvdnr;}
};
// --- myMenuRecordings -------------------------------------------------------