mirror of https://github.com/BOINC/boinc.git
Remove unused variable in GLOBAL_PREFS.
This commit is contained in:
parent
f8b9a29414
commit
45feea61df
|
@ -1,6 +1,6 @@
|
||||||
// This file is part of BOINC.
|
// This file is part of BOINC.
|
||||||
// http://boinc.berkeley.edu
|
// 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
|
// BOINC is free software; you can redistribute it and/or modify it
|
||||||
// under the terms of the GNU Lesser General Public License
|
// under the terms of the GNU Lesser General Public License
|
||||||
|
@ -161,7 +161,6 @@ struct GLOBAL_PREFS {
|
||||||
bool dont_verify_images;
|
bool dont_verify_images;
|
||||||
bool hangup_if_dialed;
|
bool hangup_if_dialed;
|
||||||
double idle_time_to_run;
|
double idle_time_to_run;
|
||||||
double idle_time_to_suspend;
|
|
||||||
bool leave_apps_in_memory;
|
bool leave_apps_in_memory;
|
||||||
double max_bytes_sec_down;
|
double max_bytes_sec_down;
|
||||||
double max_bytes_sec_up;
|
double max_bytes_sec_up;
|
||||||
|
|
Loading…
Reference in New Issue