summaryrefslogtreecommitdiffstats
path: root/vr_ui.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-13 10:09:12 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-13 10:09:12 +0200
commit272eedf93d683c3065e621c85ecb809572c0eea4 (patch)
tree7dced004f2b82d467609891e2bbdccd5476fd92e /vr_ui.cpp
parentSnap for 4388640 from 6d5da419715a852e29dde9f25858dc3802819dea to pi-release (diff)
parentMerge "Fix owner email address." am: b4a8c6abd9 am: 97d9ae086a am: bb971cce89 (diff)
downloadandroid_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.gz
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.bz2
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.lz
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.xz
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.zst
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.zip
Diffstat (limited to 'vr_ui.cpp')
-rw-r--r--vr_ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vr_ui.cpp b/vr_ui.cpp
index 07cc9da59..a58c99efd 100644
--- a/vr_ui.cpp
+++ b/vr_ui.cpp
@@ -53,7 +53,7 @@ int VrRecoveryUI::DrawHorizontalRule(int y) const {
return y + 4;
}
-void VrRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const {
+void VrRecoveryUI::DrawHighlightBar(int /* x */, int y, int /* width */, int height) const {
gr_fill(kMarginWidth + kStereoOffset, y, ScreenWidth() - kMarginWidth + kStereoOffset, y + height);
gr_fill(ScreenWidth() + kMarginWidth - kStereoOffset, y,
gr_fb_width() - kMarginWidth - kStereoOffset, y + height);