diff options
Diffstat (limited to 'mymenusetup.h')
-rw-r--r-- | mymenusetup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mymenusetup.h b/mymenusetup.h index ccae3ee..6763aee 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -12,7 +12,6 @@ class mySetup int PatchNew; int ShowDvdNr; int ShowNewRecs; - int SortRecords; }; extern mySetup mysetup; @@ -29,7 +28,6 @@ class myMenuSetup:public cMenuSetupPage int patchnew; int showdvdnr; int shownewrecs; - int sortrecords; protected: virtual void Store(); public: |