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-04-18 21:02:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-18 21:02:09 +0300
commit690ed63eb55d1c52b051d8ce40e76e1b57291f29 (patch)
tree128315852a88abe19b0a036b3cac3c29cada084c /source/blender/editors/space_view3d/view3d_intern.h
parentda1b519d829b8caca440c9cd6712e92e5436a5c0 (diff)
Cleanup: unused region init functions
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_intern.h')
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index 4974e2269b3..d3d0254578b 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -266,9 +266,6 @@ void VIEW3D_OT_snap_cursor_to_selected(struct wmOperatorType *ot);
void VIEW3D_OT_snap_cursor_to_active(struct wmOperatorType *ot);
/* space_view3d.c */
-struct ARegion *view3d_has_buttons_region(struct ScrArea *sa);
-struct ARegion *view3d_has_tools_region(struct ScrArea *sa);
-
extern const char *view3d_context_dir[]; /* doc access */
/* view3d_widgets.c */