Cleanup: unused variable

This commit is contained in:
Campbell Barton 2020-11-06 09:30:38 +11:00
parent c99c02d3ba
commit 73ea68d0ca
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ void ED_region_draw_cb_exit(ARegionType *art, void *handle)
void ED_region_draw_cb_draw(const bContext *C, ARegion *region, int type)
{
RegionDrawCB *rdc;
bool has_drawn_something = false;
for (rdc = region->type->drawcalls.first; rdc; rdc = rdc->next) {
if (rdc->type == type) {