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:
authorClément Foucault <foucault.clem@gmail.com>2019-03-25 22:24:02 +0300
committerClément Foucault <foucault.clem@gmail.com>2019-03-25 22:24:02 +0300
commitc41e8b8f6f38b9f5a037e11b83b49c4481256716 (patch)
tree44020da4f21ca9bccf0da4f7fb70030e0e41d08f /source/blender/editors/gpencil/gpencil_utils.c
parent420f30efe7ef047ea39f94033bc0182063a5adcb (diff)
GPencil: Remove unused var
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_utils.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_utils.c1
1 files changed, 0 insertions, 1 deletions
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);