Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTCMBoby <tobiascmertz@gmail.com>2017-02-16 23:54:28 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-02-17 00:05:27 +0300
commit077988dd44f7091a253ec0cc7747464e1282bf5d (patch)
tree8d482e7a0b0492600ac2cffef1ed11962e3e1a36 /source/blender/editors/sculpt_paint/sculpt_uv.c
parentcbc5388a4ab1739612e4ec0c5850b9bb1ab3f1f5 (diff)
blender2.8: New immediate mode for sculpt_uv.c
[Note: this patch functionality was implemented in parallel, independently at bf83f097ad7e 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
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_uv.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_uv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c
index 4d7f069b2a4..d7a4ea9c950 100644
--- a/source/blender/editors/sculpt_paint/sculpt_uv.c
+++ b/source/blender/editors/sculpt_paint/sculpt_uv.c
@@ -66,7 +66,6 @@
#include "paint_intern.h"
#include "uvedit_intern.h"
-#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "UI_view2d.h"