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>2019-06-03 16:48:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-03 16:48:56 +0300
commit6dca5ff41f9baa6fb27b862e270f6e27d7f16541 (patch)
tree08ed9ec53d2ff57dce25cc26bd39e2210f8656f3 /source/blender/windowmanager/wm_event_system.h
parent39919e35326c732141bfd2d740b19000b6bc1d51 (diff)
Cleanup: remove unused arg to wm_event_add_ghostevent
Diffstat (limited to 'source/blender/windowmanager/wm_event_system.h')
-rw-r--r--source/blender/windowmanager/wm_event_system.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/windowmanager/wm_event_system.h b/source/blender/windowmanager/wm_event_system.h
index 049e4d44994..55285b884da 100644
--- a/source/blender/windowmanager/wm_event_system.h
+++ b/source/blender/windowmanager/wm_event_system.h
@@ -138,8 +138,7 @@ void wm_event_free_handler(wmEventHandler *handler);
/* goes over entire hierarchy: events -> window -> screen -> area -> region */
void wm_event_do_handlers(bContext *C);
-void wm_event_add_ghostevent(
- wmWindowManager *wm, wmWindow *win, int type, int time, void *customdata);
+void wm_event_add_ghostevent(wmWindowManager *wm, wmWindow *win, int type, void *customdata);
void wm_event_do_depsgraph(bContext *C);
void wm_event_do_refresh_wm_and_depsgraph(bContext *C);