mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
d63910caa3
commit
76136010bf
4 changed files with 8 additions and 50 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue