blender2.8: New immediate mode for sculpt_uv.c

[Note: this patch functionality was implemented in parallel, independently at bf83f097ad
That said, the original patch was also removing an unnecessary include,
so here it is]

Replaced the one call to `glutil_draw_lined_arc`.
This seems to be the only draw call in this file.

Reviewers: merwin

Tags: #bf_blender_2.8

Maniphest Tasks: T49043

Differential Revision: https://developer.blender.org/D2497
This commit is contained in:
Tobias Mertz 2017-02-16 21:54:28 +01:00 committed by Dalai Felinto
parent cbc5388a4a
commit 077988dd44
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@
#include "paint_intern.h"
#include "uvedit_intern.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_view2d.h"