summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorthat <github@that.at>2015-02-14 21:20:10 +0100
committerDees Troy <dees_troy@teamw.in>2015-02-23 15:39:15 +0100
commitba75a0e73bf23261b16abf858853578ea65576f8 (patch)
tree314b281aa0177572f8c9e6e2004b0e1cf9b6e77d /gui/objects.hpp
parentFix reboot system on watch theme (diff)
downloadandroid_bootable_recovery-ba75a0e73bf23261b16abf858853578ea65576f8.tar
android_bootable_recovery-ba75a0e73bf23261b16abf858853578ea65576f8.tar.gz
android_bootable_recovery-ba75a0e73bf23261b16abf858853578ea65576f8.tar.bz2
android_bootable_recovery-ba75a0e73bf23261b16abf858853578ea65576f8.tar.lz
android_bootable_recovery-ba75a0e73bf23261b16abf858853578ea65576f8.tar.xz
android_bootable_recovery-ba75a0e73bf23261b16abf858853578ea65576f8.tar.zst
android_bootable_recovery-ba75a0e73bf23261b16abf858853578ea65576f8.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 00770b378..0f853ac59 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -893,7 +893,6 @@ protected:
class GUIInput : public GUIObject, public RenderObject, public ActionObject, public InputObject
{
public:
- // w and h may be ignored, in which case, no bounding box is applied
GUIInput(xml_node<>* node);
virtual ~GUIInput();