From 201b02f2a740290796eedfc8346fabe13e945ad2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Oct 2017 13:18:50 +1100 Subject: Cleanup: simplify lasso reallocation Remove unneeded define, double allocations when increasing. --- source/blender/windowmanager/wm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/windowmanager/wm.h') diff --git a/source/blender/windowmanager/wm.h b/source/blender/windowmanager/wm.h index 1206c2b194a..cb88ca3a474 100644 --- a/source/blender/windowmanager/wm.h +++ b/source/blender/windowmanager/wm.h @@ -60,7 +60,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); -- cgit v1.2.3