diff options
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; |