acc/lbl: Remove unused variables
This commit is contained in:
parent
607ff3489c
commit
502f3cef87
2 changed files with 0 additions and 6 deletions
|
@ -79,7 +79,6 @@ private:
|
|||
}
|
||||
|
||||
void GetCurrentBrightnessSetting(Kernel::HLERequestContext& ctx) {
|
||||
IPC::RequestParser rp{ctx};
|
||||
auto brightness = current_brightness;
|
||||
if (!std::isfinite(brightness)) {
|
||||
LOG_ERROR(Service_LBL, "Brightness is infinite!");
|
||||
|
@ -272,7 +271,6 @@ private:
|
|||
}
|
||||
|
||||
void GetCurrentBrightnessSettingForVrMode(Kernel::HLERequestContext& ctx) {
|
||||
IPC::RequestParser rp{ctx};
|
||||
auto brightness = current_vr_brightness;
|
||||
if (!std::isfinite(brightness)) {
|
||||
LOG_ERROR(Service_LBL, "Brightness is infinite!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue