Remove incorrect comment

This commit is contained in:
GriffinR 2025-04-07 21:11:58 -04:00
parent 33c66f272e
commit c53e9fcb28

View File

@ -1673,9 +1673,6 @@ void Editor::clearMapEvents() {
if (events_group->scene()) {
events_group->scene()->removeItem(events_group);
}
// events_group does not own its children, the childrens' parent
// is set to the group's parent (and our group has no parent).
qDeleteAll(events_group->childItems());
delete events_group;
events_group = nullptr;
}