refactor(new_editor): split utility window semantics from workspace
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include "Composition/EditorShellSessionCoordinator.h"
|
||||
#include "Composition/EditorShellVariant.h"
|
||||
#include "Features/Console/ConsolePanel.h"
|
||||
#include "Features/ColorPicker/ColorPickerPanel.h"
|
||||
#include "Features/Hierarchy/HierarchyPanel.h"
|
||||
#include "Features/Inspector/InspectorPanel.h"
|
||||
#include "Features/Project/ProjectPanel.h"
|
||||
@@ -102,7 +101,6 @@ private:
|
||||
BuiltInIcons m_builtInIcons = {};
|
||||
Ports::TexturePort* m_textureHost = nullptr;
|
||||
ConsolePanel m_consolePanel = {};
|
||||
ColorPickerPanel m_colorPickerPanel = {};
|
||||
HierarchyPanel m_hierarchyPanel = {};
|
||||
InspectorPanel m_inspectorPanel = {};
|
||||
ProjectPanel m_projectPanel = {};
|
||||
|
||||
Reference in New Issue
Block a user