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>2018-12-04 06:29:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-04 06:33:45 +0300
commite7641b683427b724d104ad56c93c4c641a5f759b (patch)
tree22c8d87551803a3e3399098f266029119509a015 /source/blender/windowmanager/WM_toolsystem.h
parent80816fc71235c07c8a0ae74d015116e852459114 (diff)
Edit last commit
Split out ensure-tool check into its own function.
Diffstat (limited to 'source/blender/windowmanager/WM_toolsystem.h')
-rw-r--r--source/blender/windowmanager/WM_toolsystem.h3
1 files changed, 0 insertions, 3 deletions
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(