Cleanup: unused var

This commit is contained in:
Campbell Barton 2018-06-13 16:16:29 +02:00
parent 9c65227061
commit cd0a4836d4
2 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,7 @@ void DRW_globals_update(void)
UI_GetThemeColor4fv(TH_VERTEX_SELECT, ts.colorVertexSelect);
UI_GetThemeColor4fv(TH_EDITMESH_ACTIVE, ts.colorEditMeshActive);
UI_GetThemeColor4fv(TH_EDGE_SELECT, ts.colorEdgeSelect);
UI_GetThemeColor4fv(TH_EDGE_SEAM, ts.colorEdgeSeam);
UI_GetThemeColor4fv(TH_EDGE_SHARP, ts.colorEdgeSharp);
UI_GetThemeColor4fv(TH_EDGE_CREASE, ts.colorEdgeCrease);

View File

@ -3797,7 +3797,6 @@ static int brush_edit_init(bContext *C, wmOperator *op)
static void brush_edit_apply(bContext *C, wmOperator *op, PointerRNA *itemptr)
{
Main *bmain = CTX_data_main(C);
BrushEdit *bedit= op->customdata;
Depsgraph *depsgraph = CTX_data_depsgraph(C);
Scene *scene= bedit->scene;