From e7641b683427b724d104ad56c93c4c641a5f759b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Dec 2018 14:29:23 +1100 Subject: Edit last commit Split out ensure-tool check into its own function. --- source/blender/windowmanager/WM_toolsystem.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/windowmanager/WM_toolsystem.h') diff --git a/source/blender/windowmanager/WM_toolsystem.h b/source/blender/windowmanager/WM_toolsystem.h index 23f9161025e..4318179c203 100644 --- a/source/blender/windowmanager/WM_toolsystem.h +++ b/source/blender/windowmanager/WM_toolsystem.h @@ -82,9 +82,6 @@ void WM_toolsystem_ref_sync_from_context( void WM_toolsystem_init(struct bContext *C); -int WM_toolsystem_mode_from_spacetype_ex( - struct ViewLayer *view_layer, struct ScrArea *sa, int space_type, - bool *r_ensure); int WM_toolsystem_mode_from_spacetype( struct ViewLayer *view_layer, struct ScrArea *sa, int space_type); bool WM_toolsystem_key_from_context( -- cgit v1.2.3