Remove XCUI demo panel from editor

This commit is contained in:
2026-04-07 20:43:31 +08:00
parent 901a6ecc26
commit fe00aa1305
6 changed files with 0 additions and 219 deletions

View File

@@ -12,7 +12,6 @@
#include "panels/PanelCollection.h"
#include "panels/ProjectPanel.h"
#include "panels/SceneViewPanel.h"
#include "panels/XCUIDemoPanel.h"
#include <XCEngine/Core/Asset/ResourceManager.h>
@@ -35,7 +34,6 @@ public:
m_panels.Emplace<InspectorPanel>();
m_panels.Emplace<ConsolePanel>();
m_projectPanel = &m_panels.Emplace<ProjectPanel>();
m_panels.Emplace<XCUIDemoPanel>();
m_dockLayoutController = std::make_unique<DockLayoutController>();
m_projectPanel->Initialize(context.GetProjectPath());