preferences: remove pointless member

This could never have worked the way it was used.

Some whitespace fixes snuck into this commit.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-01-05 12:08:09 -08:00
parent d63910caa3
commit 76136010bf
4 changed files with 8 additions and 50 deletions

View file

@ -47,7 +47,6 @@ enum def_file_behavior {
typedef struct {
bool dont_check_for_updates;
bool dont_check_exists;
const char *last_version_used;
int next_check;
} update_manager_prefs_t;