diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-02-22 22:03:20 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-02-22 22:03:20 +0100 |
commit | 5782601e3657aac1edde30746f82de8c70a905bd (patch) | |
tree | d7b3ac8d0f30a7bdd1876592d472690d147fa669 /plugin/setup.h | |
parent | 39d416b9b484981a5ef547fcee1060166aa0c1b2 (diff) | |
download | vdr-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.h | 2 |
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; |