From 45feea61dfd26f1cb5c86dc4ca51f550770aabe7 Mon Sep 17 00:00:00 2001 From: Vulpine05 Date: Fri, 15 Apr 2022 20:47:33 -0500 Subject: [PATCH] Remove unused variable in GLOBAL_PREFS. --- lib/prefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/prefs.h b/lib/prefs.h index 1035378c0f..eb2166d71d 100644 --- a/lib/prefs.h +++ b/lib/prefs.h @@ -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;