diff options
Diffstat (limited to '')
-rw-r--r-- | gui/listbox.cpp | 2 |
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) |