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>2017-10-16 06:31:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-16 06:31:19 +0300
commit14af3e485f1207e8f4ddb6991b22e1ba2f937c45 (patch)
tree157e34ab31912db5db2cd08f5c216b5971fb3d23 /source/blender/windowmanager/wm.h
parenta1bb2ae0d7be4031c9dc1abb805b68d2338c96ea (diff)
parent137586a13c758d95472c3a3eabfc7dd4b22b7502 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/windowmanager/wm.h')
-rw-r--r--source/blender/windowmanager/wm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm.h b/source/blender/windowmanager/wm.h
index 915e190bb98..d81e301b579 100644
--- a/source/blender/windowmanager/wm.h
+++ b/source/blender/windowmanager/wm.h
@@ -62,7 +62,6 @@ void wm_window_keymap(wmKeyConfig *keyconf);
void wm_tweakevent_test(bContext *C, const wmEvent *event, int action);
/* wm_gesture.c */
-#define WM_LASSO_MIN_POINTS 1024
void wm_gesture_draw(struct wmWindow *win);
int wm_gesture_evaluate(wmGesture *gesture);
void wm_gesture_tag_redraw(bContext *C);