aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-12-06 10:40:57 +0100
committerThomas White <taw@bitwiz.org.uk>2012-12-06 10:40:57 +0100
commitd7c4cbbc7f67515476680cd184f7a2d3786354c5 (patch)
tree71bd40b4a8e45704ad323424a8c18ec7a8899cae /tests
parent5616d672ae17d50498a411ea30f106f33b4a0500 (diff)
Remove unused variables
Diffstat (limited to 'tests')
-rw-r--r--tests/render_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/render_test.c b/tests/render_test.c
index 6f7d89b..72c3ed3 100644
--- a/tests/render_test.c
+++ b/tests/render_test.c
@@ -45,7 +45,6 @@ static gint mw_destroy(GtkWidget *w, void *p)
static gboolean draw_sig(GtkWidget *da, cairo_t *cr, gpointer data)
{
gint w, h;
- double w_used, h_used;
cairo_surface_t *surf;
struct slide *s = data;