summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorthat <github@that.at>2015-03-14 21:31:43 +0100
committerthat <github@that.at>2015-03-14 21:31:43 +0100
commit6db855e1c0508f75f975363c8a3edf41cda2b30d (patch)
tree2925ebbf240ff8a6f9a4f93ae155d3677929358b /gui/objects.hpp
parentMerge tag 'android-5.1.0_r1' of https://android.googlesource.com/platform/bootable/recovery into aosp (diff)
downloadandroid_bootable_recovery-6db855e1c0508f75f975363c8a3edf41cda2b30d.tar
android_bootable_recovery-6db855e1c0508f75f975363c8a3edf41cda2b30d.tar.gz
android_bootable_recovery-6db855e1c0508f75f975363c8a3edf41cda2b30d.tar.bz2
android_bootable_recovery-6db855e1c0508f75f975363c8a3edf41cda2b30d.tar.lz
android_bootable_recovery-6db855e1c0508f75f975363c8a3edf41cda2b30d.tar.xz
android_bootable_recovery-6db855e1c0508f75f975363c8a3edf41cda2b30d.tar.zst
android_bootable_recovery-6db855e1c0508f75f975363c8a3edf41cda2b30d.zip
Diffstat (limited to '')
-rw-r--r--gui/objects.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index d26b0c2ed..b5675d9aa 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -872,7 +872,6 @@ protected:
unsigned int KeyboardWidth, KeyboardHeight;
int rowY, colX, highlightRenderCount;
bool hasHighlight, hasCapsHighlight;
- GUIAction* mAction;
COLOR mHighlightColor;
COLOR mCapsHighlightColor;
};