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>2020-01-13 06:58:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-13 07:00:15 +0300
commitddb958ae998c1fc1a6bfb068e8dd545ebf6ed160 (patch)
treeb80728e597422e368b843bae13be759ffb0b1100 /source/blender/windowmanager/WM_types.h
parentd5042c42501c4d12f4e6562c32caaa88e4e6cacd (diff)
Cleanup: remove hack that set operator id in the wmEvent
This can be replaced by passing an argument.
Diffstat (limited to 'source/blender/windowmanager/WM_types.h')
-rw-r--r--source/blender/windowmanager/WM_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 0c3a5f92113..e9e4b7c6d12 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -548,9 +548,6 @@ typedef struct wmEvent {
char check_drag;
char is_motion_absolute;
- /** Keymap item, set by handler (weak?). */
- const char *keymap_idname;
-
/** Tablet info, only use when the tablet is active. */
const struct wmTabletData *tablet_data;