diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-02-21 22:23:06 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-02-21 22:23:06 +0100 |
commit | 39d416b9b484981a5ef547fcee1060166aa0c1b2 (patch) | |
tree | 15b8641a118f734cd7a9f55dc717bfacd5556447 /plugin/setup.h | |
parent | a04233bf29bc24389ad08d387bf22a3d84d946a5 (diff) | |
download | vdr-plugin-markad-39d416b9b484981a5ef547fcee1060166aa0c1b2.tar.gz vdr-plugin-markad-39d416b9b484981a5ef547fcee1060166aa0c1b2.tar.bz2 |
Fixed markad running when timer is deleted bug
Removed option "hdd priority", start markad always with idle iopriority
Diffstat (limited to 'plugin/setup.h')
-rw-r--r-- | plugin/setup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/setup.h b/plugin/setup.h index 1994549..1529ab3 100644 --- a/plugin/setup.h +++ b/plugin/setup.h @@ -12,7 +12,6 @@ struct setup { bool ProcessDuring; - int IOPrioClass; bool whileRecording; bool whileReplaying; bool OSDMessage; @@ -33,10 +32,8 @@ class cSetupMarkAd : public cMenuSetupPage { private: const char *processTexts[2]; - const char *ioprioTexts[3]; struct setup *setup; int processduring; - int ioprioclass; int whilerecording; int whilereplaying; int osdmsg; |