Cleanup: warning

This commit is contained in:
Campbell Barton 2019-03-13 08:53:51 +11:00
parent 868a6797e0
commit ebcea5b9f5
1 changed files with 2 additions and 0 deletions

View File

@ -1718,6 +1718,8 @@ 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;
}
}