Remove marker color preferences

svn: r16029
This commit is contained in:
Nick Hall
2010-10-23 17:32:49 +00:00
parent e1097d1a53
commit 63999b2aa6
4 changed files with 0 additions and 97 deletions

View File

@ -259,8 +259,6 @@ register('paths.quick-backup-directory', const.USER_HOME)
register('paths.quick-backup-filename',
"%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s")
register('preferences.complete-color', '#008b00')
register('preferences.custom-marker-color', '#8b008b')
register('preferences.date-format', 0)
register('preferences.calendar-format-report', 0)
register('preferences.default-source', False)
@ -285,7 +283,6 @@ register('preferences.private-record-text', "[%s]" % _("Private Record"))
register('preferences.private-surname-text', "[%s]" % _("Living"))
register('preferences.rprefix', 'R%04d')
register('preferences.sprefix', 'S%04d')
register('preferences.todo-color', '#ff0000')
register('preferences.use-last-view', True)
register('preferences.last-view', '')
register('preferences.last-views', [])