summaryrefslogtreecommitdiffstats
path: root/gui/fileselector.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/fileselector.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/fileselector.cpp')
-rw-r--r--gui/fileselector.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/fileselector.cpp b/gui/fileselector.cpp
index c7805c42a..4a26349cd 100644
--- a/gui/fileselector.cpp
+++ b/gui/fileselector.cpp
@@ -141,8 +141,6 @@ GUIFileSelector::GUIFileSelector(xml_node<>* node) : GUIScrollList(node)
GUIFileSelector::~GUIFileSelector()
{
- delete mFileIcon;
- delete mFolderIcon;
}
int GUIFileSelector::Update(void)