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:
authorAntonio Vazquez <blendergit@gmail.com>2020-04-14 17:17:20 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-04-14 17:17:46 +0300
commitd4ead6e6392219b7dceec3850a212e94be06ddc8 (patch)
tree1ae59b73767175c79ecf3ac442708a29ed0beb19 /source/blender/draw/engines/gpencil
parent00466e756e335abb774fa995394e5319af013377 (diff)
Cleanup: Remove unused defines
Diffstat (limited to 'source/blender/draw/engines/gpencil')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_draw_data.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/draw/engines/gpencil/gpencil_draw_data.c b/source/blender/draw/engines/gpencil/gpencil_draw_data.c
index 225a8edb208..6e6b35e19ca 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_data.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_data.c
@@ -91,9 +91,6 @@ static void gpencil_uv_transform_get(const float ofs[2],
copy_v2_v2(r_uvmat[2], mat[3]);
}
-#define HSV_SATURATION 0.5
-#define HSV_VALUE 0.8
-
static void gpencil_shade_color(float color[3])
{
/* This is scene refereed color, not gamma corrected and not per perceptual.