diff --git a/src/Config/_GrampsConfigKeys.py b/src/Config/_GrampsConfigKeys.py index b43591c71..27d45388d 100644 --- a/src/Config/_GrampsConfigKeys.py +++ b/src/Config/_GrampsConfigKeys.py @@ -66,7 +66,6 @@ LAST_VIEW = ('preferences', 'last-view', 1) USE_LAST_VIEW = ('preferences', 'use-last-view', 0) FAMILY_SIBLINGS = ('preferences', 'family-siblings', 0) AUTOLOAD = ('behavior', 'autoload', 0) -ENABLE_AUTOBACKUP = ('behavior', 'enable-autobackup', 0) SPELLCHECK = ('behavior', 'spellcheck', 0) BETAWARN = ('behavior', 'betawarn', 0) WELCOME = ('behavior', 'welcome', 1) @@ -188,7 +187,6 @@ default_value = { USE_LAST_VIEW : True, FAMILY_SIBLINGS : True, AUTOLOAD : False, - ENABLE_AUTOBACKUP : True, SPELLCHECK : False, BETAWARN : False, WELCOME : 100,