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:
authorAntonioya <blendergit@gmail.com>2019-03-13 01:09:05 +0300
committerAntonioya <blendergit@gmail.com>2019-03-13 01:09:05 +0300
commitdf179e5e78c5555b5ed067c1d871d41eadfdbaf9 (patch)
treedf7533020aaeecbe2e3e141e427813c6fd535b34 /source/blender/editors/gpencil/annotate_paint.c
parentc3174f59245fae4ad4c09eb936ec8e37d5e82134 (diff)
GPencil: Fix merge duplicate
Diffstat (limited to 'source/blender/editors/gpencil/annotate_paint.c')
-rw-r--r--source/blender/editors/gpencil/annotate_paint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c
index 398d0f7926d..f7d813a4a48 100644
--- a/source/blender/editors/gpencil/annotate_paint.c
+++ b/source/blender/editors/gpencil/annotate_paint.c
@@ -1719,8 +1719,6 @@ static void gpencil_draw_status_indicators(bContext *C, tGPsdata *p)
/* clear status string */
ED_workspace_status_text(C, NULL);
break;
- case GP_STATUS_CAPTURE:
- break;
}
}