display-test: Remove unused variables
authorDaniel Stone <daniels@collabora.com>
Mon, 13 Jan 2020 13:51:43 +0000 (13:51 +0000)
committerDaniel Stone <daniels@collabora.com>
Mon, 13 Jan 2020 13:51:43 +0000 (13:51 +0000)
commit89a38bfaa40147d65e0240f24e1619a24cc38dd7
tree07f4ce7c42f25a44fdb3175de4cef48e5aef812c
parent60acba6e0f13741a66f414cb9ac2e44e6048403b
display-test: Remove unused variables

At higher warning levels, GCC complains about unused variables.

Remove two completely unused, and one set-but-not-used, variables from
display-test to make it happy.

Signed-off-by: Daniel Stone <daniels@collabora.com>
tests/display-test.c