service: Remove unused class variables
Prevents some warnings from occurring.
This commit is contained in:
parent
403cf6be69
commit
cc47a6a9c2
3 changed files with 4 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue