mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 11:07:57 -05:00
service: Remove unused class variables
Prevents some warnings from occurring.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user