From 8ec5effcf643a5b05ec855600f456e290b82df52 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 10 Jul 2008 15:15:37 +0000 Subject: [PATCH] Remove unused variable --- tests/test-pixmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-pixmap.c b/tests/test-pixmap.c index e838cc97b..52664b7ad 100644 --- a/tests/test-pixmap.c +++ b/tests/test-pixmap.c @@ -184,7 +184,6 @@ main (int argc, char **argv) Pixmap pixmap; const ClutterColor gry = { 0x99, 0x99, 0x99, 0xFF }; Window win_remote; - gboolean glx_only = FALSE; guint w, h, d; clutter_init (&argc, &argv);