fix unused var warnings

follow-up to earlier patch
This commit is contained in:
Mike Erwin
2017-02-06 23:19:52 -05:00
parent 6c95e97e64
commit d23c57b84c

View File

@@ -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();