summaryrefslogtreecommitdiff
path: root/tests/testicontheme.c
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-11-19 23:30:47 +0000
committerManish Singh <yosh@src.gnome.org>2004-11-19 23:30:47 +0000
commit54b45a19b92629605abdcc6d14c1b1c3a1e941af (patch)
treeffdcd2e9e818624318aff304dea3cee4c169a6aa /tests/testicontheme.c
parent60b30ff5136acffc66b9e4fe27fb2509011ca896 (diff)
downloadgtk+-54b45a19b92629605abdcc6d14c1b1c3a1e941af.tar.gz
modules/engines/ms-windows/msw_rc_style.c
Fri Nov 19 15:18:51 2004 Manish Singh <yosh@gimp.org> * modules/engines/ms-windows/msw_rc_style.c * modules/engines/ms-windows/msw_style.c * modules/engines/ms-windows/msw_theme_main.c * modules/engines/pixbuf/pixbuf-main.c * modules/engines/pixbuf/pixbuf-rc-style.c * modules/input/gtkimcontextime.c * modules/input/gtkimcontextxim.c * modules/input/imam-et.c * modules/input/imcedilla.c * modules/input/imcyrillic-translit.c * modules/input/iminuktitut.c * modules/input/imipa.c * modules/input/imthai-broken.c * modules/input/imti-er.c * modules/input/imti-et.c * modules/input/imviqr.c * tests/prop-editor.c * tests/testentrycompletion.c * tests/testfilechooser.c * tests/testmerge.c * tests/testtoolbar.c * tests/testtreecolumns.c * tests/testtreeview.c: get rid of unnecessary casts. * tests/testgtk.c (create_labels): add GTK_LABEL() casts for gtk_label_set_ellipsize() calls. * tests/testicontheme.c (main): remove unused pixbuf variable.
Diffstat (limited to 'tests/testicontheme.c')
-rw-r--r--tests/testicontheme.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testicontheme.c b/tests/testicontheme.c
index a28c55ca5e..6ac8d59f3d 100644
--- a/tests/testicontheme.c
+++ b/tests/testicontheme.c
@@ -48,7 +48,6 @@ main (int argc, char *argv[])
{
GtkWidget *window, *image;
GtkIconSize size;
- GdkPixbuf *pixbuf;
if (argc < 4)
{