aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ManaTools/Shared/GUI/ExtTab.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ManaTools/Shared/GUI/ExtTab.pm b/lib/ManaTools/Shared/GUI/ExtTab.pm
index 4232d7e1..d90f793f 100644
--- a/lib/ManaTools/Shared/GUI/ExtTab.pm
+++ b/lib/ManaTools/Shared/GUI/ExtTab.pm
@@ -407,9 +407,6 @@ sub finishedItems {
# remove all Items before adding
$self->tab->deleteAllItems();
- # remove all children
- $self->tab->deleteChildren();
-
# add items from collection
$self->tab->addItems($self->itemcollection);