summaryrefslogtreecommitdiffstats
path: root/gui/button.cpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-02-10 20:19:02 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-02-10 20:42:48 +0100
commit1b6199f8edd7fc69663b579c16a992d6486950af (patch)
tree3679c906b11b424cf2d91133986e0381f9d26f65 /gui/button.cpp
parentgui: avoid high CPU usage while waiting for input (diff)
downloadandroid_bootable_recovery-1b6199f8edd7fc69663b579c16a992d6486950af.tar
android_bootable_recovery-1b6199f8edd7fc69663b579c16a992d6486950af.tar.gz
android_bootable_recovery-1b6199f8edd7fc69663b579c16a992d6486950af.tar.bz2
android_bootable_recovery-1b6199f8edd7fc69663b579c16a992d6486950af.tar.lz
android_bootable_recovery-1b6199f8edd7fc69663b579c16a992d6486950af.tar.xz
android_bootable_recovery-1b6199f8edd7fc69663b579c16a992d6486950af.tar.zst
android_bootable_recovery-1b6199f8edd7fc69663b579c16a992d6486950af.zip
Diffstat (limited to '')
-rw-r--r--gui/button.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/button.cpp b/gui/button.cpp
index 097bf7189..943d71914 100644
--- a/gui/button.cpp
+++ b/gui/button.cpp
@@ -130,7 +130,6 @@ GUIButton::~GUIButton()
if (mButtonImg) delete mButtonImg;
if (mButtonLabel) delete mButtonLabel;
if (mAction) delete mAction;
- if (mButtonIcon) delete mButtonIcon;
}
int GUIButton::Render(void)