summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJavier Jardón <javierjc1982@gmail.com>2009-08-09 12:01:03 +0200
committerFrédéric Péters <fpeters@0d.be>2009-08-10 11:06:54 +0200
commitec7c24d227fc1a480dec1975f4dc6c383f941070 (patch)
treee3c7067cef4b44c5d675e1d0e831b1faa5777d98 /tests
parent54863bbba61f0f40b714a83cf93dc568a9e52f83 (diff)
downloadgtk+-ec7c24d227fc1a480dec1975f4dc6c383f941070.tar.gz
Remove some unused variables (GnomeBug:591218)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testscale.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testscale.c b/tests/testscale.c
index 35b287e2dd..98e83f09ba 100755
--- a/tests/testscale.c
+++ b/tests/testscale.c
@@ -27,7 +27,6 @@ int main (int argc, char *argv[])
GtkWidget *box2;
GtkWidget *frame;
GtkWidget *scale;
- GIcon *icon;
gdouble marks[3] = { 0.0, 50.0, 100.0 };
const gchar *labels[3] = {
"<small>Left</small>",