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-06-14 22:55:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-14 22:58:11 +0300
commit1adfabc8c62ed3f067d209511ce3d868e76c9bbd (patch)
tree74b47e4c8fd86eb673b65a6dbf85ca51e1f89e4c /source/blender/makesdna/DNA_windowmanager_types.h
parent7afa59e37a539174385d8a2484e2b17ae43e0a85 (diff)
WM: revert part of Top-Bar inclusion
This removes OperatorRepeatContextHandle, from 5f6c45498c92b since we now only have redo in the area an operator is executed in. These values could be invalid and crashed in some cases.
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 6d5d2c380e2..a0c764d3771 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -377,11 +377,6 @@ typedef struct wmOperator {
struct wmOperator *opm; /* current running macro, not saved */
struct uiLayout *layout; /* runtime for drawing */
short flag, pad[3];
-
- /* Screen context the operator was finished in. It gets temporarily
- * restored during operator repeat. Only set for registered operators. */
- struct ScrArea *execution_area;
- struct ARegion *execution_region;
} wmOperator;
/* operator type return flags: exec(), invoke() modal(), return values */