diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-02-10 20:19:02 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-02-10 20:42:48 +0100 |
commit | 1b6199f8edd7fc69663b579c16a992d6486950af (patch) | |
tree | 3679c906b11b424cf2d91133986e0381f9d26f65 /gui/scrolllist.cpp | |
parent | gui: avoid high CPU usage while waiting for input (diff) | |
download | android_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/scrolllist.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/scrolllist.cpp b/gui/scrolllist.cpp index 02656c79d..3010d3a71 100644 --- a/gui/scrolllist.cpp +++ b/gui/scrolllist.cpp @@ -259,9 +259,6 @@ GUIScrollList::GUIScrollList(xml_node<>* node) : GUIObject(node) GUIScrollList::~GUIScrollList() { - delete mHeaderIcon; - delete mBackground; - delete mFont; } void GUIScrollList::SetMaxIconSize(int w, int h) |