Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-03-16 20:35:53 +0300
committerBastien Montagne <bastien@blender.org>2021-03-16 20:35:53 +0300
commit0449da54602b2e9a1ea58d336f190c3919f3f27a (patch)
tree8b15c677607b058d846c655a7c343f2d95c686e1 /source/blender/editors/space_outliner/tree/tree_element_overrides.hh
parent15a4ed3aff400a289fafff68019820e89779234c (diff)
Outliner: Refactor: Move overrides tree items to new CPP code.
Fairly straight forwards. Also fixes the bug from recent refactor that would not show overrides as a tree, but as a flat list directly under IDs.
Diffstat (limited to 'source/blender/editors/space_outliner/tree/tree_element_overrides.hh')
-rw-r--r--source/blender/editors/space_outliner/tree/tree_element_overrides.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/tree/tree_element_overrides.hh b/source/blender/editors/space_outliner/tree/tree_element_overrides.hh
index 9e80f3d6b08..b5c772f5b33 100644
--- a/source/blender/editors/space_outliner/tree/tree_element_overrides.hh
+++ b/source/blender/editors/space_outliner/tree/tree_element_overrides.hh
@@ -44,8 +44,6 @@ class TreeElementOverridesProperty final : public AbstractTreeElement {
public:
TreeElementOverridesProperty(TreeElement &legacy_te, TreeElementOverridesData &override_data);
-
- void expand(SpaceOutliner &) const override;
};
} // namespace blender::ed::outliner