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:
authorJeroen Bakker <j.bakker@atmind.nl>2019-09-26 13:37:39 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2019-09-26 13:37:39 +0300
commitbb74bd243faa17c3fe703954048bf61d74c7094a (patch)
tree5873c5abea492d3b005bd5f07d40e9f884b613a6 /source/blender/draw/modes
parentae5bf4c2c83e0f4729544f7f449c641ddccfe554 (diff)
Code Cleanup
Removed unused shading groups in `edit_mesh_mode.c`
Diffstat (limited to 'source/blender/draw/modes')
-rw-r--r--source/blender/draw/modes/edit_mesh_mode.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/draw/modes/edit_mesh_mode.c b/source/blender/draw/modes/edit_mesh_mode.c
index 83a271a3ccd..c71fc2113db 100644
--- a/source/blender/draw/modes/edit_mesh_mode.c
+++ b/source/blender/draw/modes/edit_mesh_mode.c
@@ -159,12 +159,6 @@ typedef struct EDIT_MESH_PrivateData {
EDIT_MESH_ComponentShadingGroupList edit_shgrps;
EDIT_MESH_ComponentShadingGroupList edit_in_front_shgrps;
- DRWShadingGroup *vert_shgrp_in_front;
- DRWShadingGroup *edge_shgrp_in_front;
- DRWShadingGroup *face_shgrp_in_front;
- DRWShadingGroup *face_cage_shgrp_in_front;
- DRWShadingGroup *facedot_shgrp_in_front;
-
DRWShadingGroup *facefill_occluded_shgrp;
DRWShadingGroup *facefill_occluded_cage_shgrp;
DRWShadingGroup *mesh_analysis_shgrp;