From af0743506476244c08ccb855d4a0e995b5c8be11 Mon Sep 17 00:00:00 2001 From: cutealien Date: Sun, 2 May 2021 13:07:23 +0000 Subject: [PATCH] Fix comment (was from earlier failed experiment) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6211 dfc29bdd-3216-0410-991c-e03cc46cb475 --- tools/GUIEditor/CGUIEditWorkspace.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/GUIEditor/CGUIEditWorkspace.cpp b/tools/GUIEditor/CGUIEditWorkspace.cpp index 9934c1d8..43573c53 100644 --- a/tools/GUIEditor/CGUIEditWorkspace.cpp +++ b/tools/GUIEditor/CGUIEditWorkspace.cpp @@ -854,7 +854,6 @@ void CGUIEditWorkspace::clearParentElements() if ( el->isMyChild(Environment->getFocus()) ) Environment->setFocus(0); - // remove all children except first one (EditorWindow) while (!el->getChildren().empty()) { el->removeChild(*(el->getChildren().begin()));