summaryrefslogtreecommitdiff
path: root/tests/testcombo.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-12 07:59:25 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-12 08:01:51 -0500
commitd05d92451604f7fd24c390571d1df6cdc9f31400 (patch)
tree2b4e9cc464d04f82c4e6fe081d7de3804f88c4ed /tests/testcombo.c
parentbfd66fe3a38353508a4b084610b6e06608619162 (diff)
downloadgtk+-d05d92451604f7fd24c390571d1df6cdc9f31400.tar.gz
Silence more compiler warnings
Diffstat (limited to 'tests/testcombo.c')
-rw-r--r--tests/testcombo.c2
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) *