From 7d055da327b9555f76035075ce4e228d31f04df4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Apr 2018 09:12:44 +0200 Subject: Move transform orientation to scene This was stored in the workspace, selected from the view. Move both to scene since custom orientations are closely related to your scene data. --- source/blender/blenkernel/BKE_screen.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/blenkernel/BKE_screen.h') diff --git a/source/blender/blenkernel/BKE_screen.h b/source/blender/blenkernel/BKE_screen.h index 984e3fb2a03..ee0fb5f2776 100644 --- a/source/blender/blenkernel/BKE_screen.h +++ b/source/blender/blenkernel/BKE_screen.h @@ -325,9 +325,6 @@ void BKE_screen_manipulator_tag_refresh(struct bScreen *sc); void BKE_screen_view3d_sync(struct View3D *v3d, struct Scene *scene); void BKE_screen_view3d_scene_sync(struct bScreen *sc, struct Scene *scene); -void BKE_screen_transform_orientation_remove( - const struct bScreen *screen, const struct WorkSpace *workspace, - const struct TransformOrientation *orientation) ATTR_NONNULL(); bool BKE_screen_is_fullscreen_area(const struct bScreen *screen) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); bool BKE_screen_is_used(const struct bScreen *screen) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(); -- cgit v1.2.3