diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-02-12 07:59:25 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-02-12 08:01:51 -0500 |
commit | d05d92451604f7fd24c390571d1df6cdc9f31400 (patch) | |
tree | 2b4e9cc464d04f82c4e6fe081d7de3804f88c4ed /tests/testcombo.c | |
parent | bfd66fe3a38353508a4b084610b6e06608619162 (diff) | |
download | gtk+-d05d92451604f7fd24c390571d1df6cdc9f31400.tar.gz |
Silence more compiler warnings
Diffstat (limited to 'tests/testcombo.c')
-rw-r--r-- | tests/testcombo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testcombo.c b/tests/testcombo.c index 0f7d5cee3d..b1bb7f94ba 100644 --- a/tests/testcombo.c +++ b/tests/testcombo.c @@ -35,7 +35,6 @@ create_color_pixbuf (const char *color) int x; int num; - int rowstride; guchar *pixels, *p; if (!gdk_color_parse (color, &col)) @@ -45,7 +44,6 @@ create_color_pixbuf (const char *color) FALSE, 8, 16, 16); - rowstride = gdk_pixbuf_get_rowstride (pixbuf); p = pixels = gdk_pixbuf_get_pixels (pixbuf); num = gdk_pixbuf_get_width (pixbuf) * |