Remove unused variable in GLOBAL_PREFS.

This commit is contained in:
Vulpine05 2022-04-15 20:47:33 -05:00
parent f8b9a29414
commit 45feea61df
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2008 University of California
// Copyright (C) 2022 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
@ -161,7 +161,6 @@ struct GLOBAL_PREFS {
bool dont_verify_images;
bool hangup_if_dialed;
double idle_time_to_run;
double idle_time_to_suspend;
bool leave_apps_in_memory;
double max_bytes_sec_down;
double max_bytes_sec_up;