summaryrefslogtreecommitdiff
path: root/plugin/setup.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-02-22 22:03:20 +0100
committerJochen Dolze <vdr@dolze.de>2011-02-22 22:03:20 +0100
commit5782601e3657aac1edde30746f82de8c70a905bd (patch)
treed7b3ac8d0f30a7bdd1876592d472690d147fa669 /plugin/setup.h
parent39d416b9b484981a5ef547fcee1060166aa0c1b2 (diff)
downloadvdr-plugin-markad-devel.tar.gz
vdr-plugin-markad-devel.tar.bz2
Got rid of backupmarks plugin optiondevel
Fixed noatime detection in GetBroadcastStart
Diffstat (limited to 'plugin/setup.h')
-rw-r--r--plugin/setup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/setup.h b/plugin/setup.h
index 1529ab3..92bfb53 100644
--- a/plugin/setup.h
+++ b/plugin/setup.h
@@ -15,7 +15,6 @@ struct setup
bool whileRecording;
bool whileReplaying;
bool OSDMessage;
- bool BackupMarks;
bool Verbose;
bool GenIndex;
bool NoMargins;
@@ -37,7 +36,6 @@ private:
int whilerecording;
int whilereplaying;
int osdmsg;
- int backupmarks;
int verbose;
int genindex;
int nomargins;