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:
authorCampbell Barton <ideasman42@gmail.com>2020-01-06 14:52:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-06 15:21:50 +0300
commit3978568e451e0a9e97824edc521de55ed9a6269c (patch)
treeac08750e4fc36830b69edc2ea39ca730ad54af41 /source/blender/editors/space_api
parent0d67eb277f9bcf01ab6781ae27816caf690eb671 (diff)
Cleanup: remove unused 2D arrow gizmo
It's simpler to support a single gizmo type for 2D/3D.
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index a017186b407..9056bbb1246 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -129,7 +129,6 @@ void ED_spacetypes_init(void)
ED_gizmotypes_button_2d();
ED_gizmotypes_dial_3d();
ED_gizmotypes_move_3d();
- ED_gizmotypes_arrow_2d();
ED_gizmotypes_arrow_3d();
ED_gizmotypes_preselect_3d();
ED_gizmotypes_primitive_3d();