From c41e8b8f6f38b9f5a037e11b83b49c4481256716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Mon, 25 Mar 2019 20:24:02 +0100 Subject: GPencil: Remove unused var --- source/blender/editors/gpencil/gpencil_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/gpencil/gpencil_utils.c') diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c index ab116f115cc..3cab71272fa 100644 --- a/source/blender/editors/gpencil/gpencil_utils.c +++ b/source/blender/editors/gpencil/gpencil_utils.c @@ -1663,7 +1663,6 @@ static bool gp_brush_cursor_poll(bContext *C) /* Helper callback for drawing the cursor itself */ static void gp_brush_cursor_draw(bContext *C, int x, int y, void *customdata) { - Main *bmain = CTX_data_main(C); Scene *scene = CTX_data_scene(C); Object *ob = CTX_data_active_object(C); ARegion *ar = CTX_wm_region(C); -- cgit v1.2.3