diff options
author | Javier Jardón <javierjc1982@gmail.com> | 2009-08-09 12:01:03 +0200 |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2009-08-10 11:06:54 +0200 |
commit | ec7c24d227fc1a480dec1975f4dc6c383f941070 (patch) | |
tree | e3c7067cef4b44c5d675e1d0e831b1faa5777d98 /tests | |
parent | 54863bbba61f0f40b714a83cf93dc568a9e52f83 (diff) | |
download | gtk+-ec7c24d227fc1a480dec1975f4dc6c383f941070.tar.gz |
Remove some unused variables (GnomeBug:591218)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testscale.c | 1 |
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>", |