From d23c57b84cbb7d3a58ce2b405a2b1698c185bf00 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Mon, 6 Feb 2017 23:19:52 -0500 Subject: fix unused var warnings follow-up to earlier patch --- source/blender/editors/space_clip/clip_dopesheet_draw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/editors/space_clip/clip_dopesheet_draw.c b/source/blender/editors/space_clip/clip_dopesheet_draw.c index 19007702f92..4125df155df 100644 --- a/source/blender/editors/space_clip/clip_dopesheet_draw.c +++ b/source/blender/editors/space_clip/clip_dopesheet_draw.c @@ -83,8 +83,7 @@ static void draw_keyframe_shape(float x, float y, float xscale, float yscale, bo {0.0f, -1.0f}, /* bottom vert */ {-1.0f, 0.0f} /* mid-left */ }; - static GLuint displist1 = 0; - static GLuint displist2 = 0; + int hsize = STRIP_HEIGHT_HALF; VertexFormat *format = immVertexFormat(); -- cgit v1.2.3