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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-05-04 12:36:50 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-05-05 16:51:13 +0300
commit309e9521f8eb018db33a804fe417a0181ef6bc81 (patch)
tree6da6a38f8dc1a47e9f6636649ceff84c76260e2f /source/blender/draw/intern/draw_common.h
parentd979f1fc628ce9029fc492c7283e9ec302d51508 (diff)
Groups: remove drawing group objects in a different color.
With the upcoming unification of groups and collections this will make no sense anymore, as all objects will be in a collection.
Diffstat (limited to 'source/blender/draw/intern/draw_common.h')
-rw-r--r--source/blender/draw/intern/draw_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/draw/intern/draw_common.h b/source/blender/draw/intern/draw_common.h
index 052cbc7bee9..fe781e2cc9a 100644
--- a/source/blender/draw/intern/draw_common.h
+++ b/source/blender/draw/intern/draw_common.h
@@ -41,9 +41,6 @@ typedef struct GlobalsUboStorage {
float colorActive[4];
float colorSelect[4];
float colorTransform[4];
- float colorGroupActive[4];
- float colorGroupSelect[4];
- float colorGroup[4];
float colorLibrarySelect[4];
float colorLibrary[4];
float colorLamp[4];