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 <campbell@blender.org>2022-09-07 09:34:44 +0300
committerCampbell Barton <campbell@blender.org>2022-09-07 09:34:44 +0300
commitddfd2b764472af0890cd3f03c6c55dc7005bd523 (patch)
treeea1b31ff28cb153e49824c23e774274b56581297 /source/blender/windowmanager/intern
parentb5837bc94850caa9934d5d3aa95cced422ed3fe6 (diff)
Cleanup: comment unused INPUTCHANGE event
Diffstat (limited to 'source/blender/windowmanager/intern')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 3c37168f831..b428fd65e7f 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -1135,8 +1135,6 @@ static bool ghost_event_proc(GHOST_EventHandle evt, GHOST_TUserDataPtr C_void_pt
wm->winactive = win;
win->active = 1;
- // window_handle(win, INPUTCHANGE, win->active);
-
/* bad ghost support for modifier keys... so on activate we set the modifiers again */
/* TODO: This is not correct since a modifier may be held when a window is activated...