From 821394937f3da8e3275551e4b1263bb2d84d9471 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 29 Jul 2016 14:45:15 +0200 Subject: Remove "debug build only" event printing. This makes no sense since user usually only has release build... And those noisy printings are behind debug flag anyway, so really no reason to only print them out in debug build. --- source/blender/windowmanager/WM_api.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/windowmanager/WM_api.h') diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h index 26a1c7038d8..493fe82ff80 100644 --- a/source/blender/windowmanager/WM_api.h +++ b/source/blender/windowmanager/WM_api.h @@ -387,9 +387,7 @@ void WM_gestures_remove(struct bContext *C); /* fileselecting support */ void WM_event_add_fileselect(struct bContext *C, struct wmOperator *op); void WM_event_fileselect_event(struct wmWindowManager *wm, void *ophandle, int eventval); -#ifndef NDEBUG void WM_event_print(const struct wmEvent *event); -#endif void WM_operator_region_active_win_set(struct bContext *C); -- cgit v1.2.3