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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-07-29 15:45:15 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-07-29 16:12:56 +0300
commit821394937f3da8e3275551e4b1263bb2d84d9471 (patch)
tree1024d893c99c906ed241ebb89c76959c350da16e /source/blender/windowmanager/WM_api.h
parentc9134d86f000908c22613c2bf44ec2bb679e4867 (diff)
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.
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h2
1 files changed, 0 insertions, 2 deletions
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);