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>2018-04-17 21:02:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-17 21:02:17 +0300
commitdd8d55b31ac693aed0510551d080bbaca9c3cb7e (patch)
treecbd1078a444e961da6223d848f86c3c73dfc4496 /source/blender/editors/animation
parent9b8e27127e867a000a9d3b8f29bdb3ec365646c6 (diff)
Cleanup: unused vars, long lines
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/keyframes_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyframes_draw.c b/source/blender/editors/animation/keyframes_draw.c
index f1619a4a392..98ad2041018 100644
--- a/source/blender/editors/animation/keyframes_draw.c
+++ b/source/blender/editors/animation/keyframes_draw.c
@@ -560,7 +560,6 @@ static void draw_keylist(View2D *v2d, DLRBT_Tree *keys, DLRBT_Tree *blocks, floa
{
const float icon_sz = U.widget_unit * 0.5f * yscale_fac;
const float half_icon_sz = 0.5f * icon_sz;
- const float smaller_sz = 0.35f * icon_sz;
glEnable(GL_BLEND);