mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-24 06:48:08 -05:00
Remove incorrect comment
This commit is contained in:
parent
33c66f272e
commit
c53e9fcb28
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user