refactor(new_editor): tighten app dependency boundaries
This commit is contained in:
@@ -18,21 +18,6 @@ UIEditorPanelRegistryValidationResult MakeValidationError(
|
||||
|
||||
} // namespace
|
||||
|
||||
UIEditorPanelRegistry BuildEditorFoundationPanelRegistry() {
|
||||
UIEditorPanelRegistry registry = {};
|
||||
registry.panels = {
|
||||
{
|
||||
"editor-foundation-root",
|
||||
"Root Surface",
|
||||
UIEditorPanelPresentationKind::Placeholder,
|
||||
true,
|
||||
false,
|
||||
false
|
||||
}
|
||||
};
|
||||
return registry;
|
||||
}
|
||||
|
||||
const UIEditorPanelDescriptor* FindUIEditorPanelDescriptor(
|
||||
const UIEditorPanelRegistry& registry,
|
||||
std::string_view panelId) {
|
||||
|
||||
Reference in New Issue
Block a user