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>2019-11-21 14:57:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-21 15:00:04 +0300
commitc637290a6e2894c6f3f22e42f5632ff319a623c8 (patch)
tree8c83fe7ef128fd435ee691921282656f464c18eb /source/blender/editors/include
parent616c2d753183a7bfb254a145a521af0186a2e0a8 (diff)
Cleanup: remove unused value2d gizmo
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_gizmo_library.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/include/ED_gizmo_library.h b/source/blender/editors/include/ED_gizmo_library.h
index a3e2e643509..4d8da1acb4b 100644
--- a/source/blender/editors/include/ED_gizmo_library.h
+++ b/source/blender/editors/include/ED_gizmo_library.h
@@ -37,10 +37,6 @@ void ED_gizmotypes_facemap_3d(void);
void ED_gizmotypes_preselect_3d(void);
void ED_gizmotypes_primitive_3d(void);
void ED_gizmotypes_blank_3d(void);
-void ED_gizmotypes_value_2d(void);
-
-/* gizmo group types */
-void ED_gizmogrouptypes_value_2d(void);
struct Object;
struct bContext;