From cc47a6a9c25688e04dd1a05d42a4bdcea5a518d6 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 5 May 2021 01:27:56 -0400 Subject: service: Remove unused class variables Prevents some warnings from occurring. --- src/core/hle/service/lbl/lbl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/hle/service/lbl') diff --git a/src/core/hle/service/lbl/lbl.cpp b/src/core/hle/service/lbl/lbl.cpp index e11a0c45a..3a5a2f4f5 100644 --- a/src/core/hle/service/lbl/lbl.cpp +++ b/src/core/hle/service/lbl/lbl.cpp @@ -312,7 +312,6 @@ private: bool vr_mode_enabled = false; float current_brightness = 1.0f; - float backlight_brightness = 1.0f; float ambient_light_value = 0.0f; float current_vr_brightness = 1.0f; bool dimming = true; -- cgit v1.2.3