Context: remove active_gpencil_brush

We don't have this for other painting modes,
no need for a special case here.
This commit is contained in:
Campbell Barton
2018-12-17 17:17:43 +11:00
parent c73958a100
commit 7fac1bfc20
8 changed files with 26 additions and 41 deletions

View File

@@ -984,7 +984,6 @@ context_type_map = {
# context_member: (RNA type, is_collection)
"active_base": ("ObjectBase", False),
"active_bone": ("EditBone", False),
"active_gpencil_brush": ("GPencilSculptBrush", False),
"active_gpencil_frame": ("GreasePencilLayer", True),
"active_gpencil_layer": ("GPencilLayer", True),
"active_node": ("Node", False),