summaryrefslogtreecommitdiffstats
path: root/gui/listbox.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/listbox.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 'gui/listbox.cpp')
-rw-r--r--gui/listbox.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/listbox.cpp b/gui/listbox.cpp
index 545b7a294..89a2c0322 100644
--- a/gui/listbox.cpp
+++ b/gui/listbox.cpp
@@ -103,8 +103,6 @@ GUIListBox::GUIListBox(xml_node<>* node) : GUIScrollList(node)
GUIListBox::~GUIListBox()
{
- delete mIconSelected;
- delete mIconUnselected;
}
int GUIListBox::Update(void)