[Bf-blender-cvs] [df179e5e78c] master: GPencil: Fix merge duplicate

Antonioya noreply at git.blender.org
Tue Mar 12 23:09:12 CET 2019


Commit: df179e5e78c5555b5ed067c1d871d41eadfdbaf9
Author: Antonioya
Date:   Tue Mar 12 23:09:05 2019 +0100
Branches: master
https://developer.blender.org/rBdf179e5e78c5555b5ed067c1d871d41eadfdbaf9

GPencil: Fix merge duplicate

===================================================================

M	source/blender/editors/gpencil/annotate_paint.c

===================================================================

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;
 	}
 }



More information about the Bf-blender-cvs mailing list