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:
authorCampbell Barton <ideasman42@gmail.com>2017-04-05 11:30:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-05 11:43:59 +0300
commita4fac21fc5a2e5e3c816884da6499f931dfe6dd1 (patch)
tree4b99909176b694a7d6985f94f5a724ddb60a6bf5 /source/blender/editors/mesh/editmesh_knife.c
parente9bb018a4aea1b4aeb692cdadce158496a270e32 (diff)
Cleanup: Move imm_draw utils into own file
These were in BIF_glutil which is documented to be removed, so best not define new API's there.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_knife.c')
-rw-r--r--source/blender/editors/mesh/editmesh_knife.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index a7fa5eb8138..fb4970b23b2 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -54,8 +54,6 @@
#include "BKE_editmesh_bvh.h"
#include "BKE_report.h"
-#include "BIF_glutil.h" /* for paint cursor */
-
#include "GPU_immediate.h"
#include "GPU_matrix.h"