summaryrefslogtreecommitdiff
path: root/mymenusetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'mymenusetup.h')
-rw-r--r--mymenusetup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mymenusetup.h b/mymenusetup.h
index 164de87..ccae3ee 100644
--- a/mymenusetup.h
+++ b/mymenusetup.h
@@ -13,8 +13,6 @@ class mySetup
int ShowDvdNr;
int ShowNewRecs;
int SortRecords;
- int JumpRec;
- bool wasdvd; // needed for dvdarchive-patch functionality
};
extern mySetup mysetup;
@@ -32,7 +30,6 @@ class myMenuSetup:public cMenuSetupPage
int showdvdnr;
int shownewrecs;
int sortrecords;
- int jumprec;
protected:
virtual void Store();
public: