summaryrefslogtreecommitdiff
path: root/demos/pixbuf-init.c
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2002-10-13 23:56:31 +0000
committerManish Singh <yosh@src.gnome.org>2002-10-13 23:56:31 +0000
commit53620226227ce1f16f96ec9e96789d7c664ec10d (patch)
tree98b64220a3c19405b4c8169149947a3d4c7e2b57 /demos/pixbuf-init.c
parent37278865e17dc4fe7583511c30c3570fdfcf68d1 (diff)
downloadgtk+-53620226227ce1f16f96ec9e96789d7c664ec10d.tar.gz
Deprecation cleanup
Sun Oct 13 16:55:49 2002 Manish Singh <yosh@gimp.org> * gtk/gtkdnd.c gtk/gtkradiobutton.[ch]: Deprecation cleanup * gtk/Makefile.am: Added disable deprecation flags * demos/pixbuf-init.c demos/gtk-demo/changedisplay.c: minor clean up
Diffstat (limited to 'demos/pixbuf-init.c')
-rw-r--r--demos/pixbuf-init.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/demos/pixbuf-init.c b/demos/pixbuf-init.c
index 54faeb81e9..4df865eb74 100644
--- a/demos/pixbuf-init.c
+++ b/demos/pixbuf-init.c
@@ -12,16 +12,8 @@ file_exists (const char *filename)
}
void
-pixbuf_init ()
+pixbuf_init (void)
{
if (file_exists ("../gdk-pixbuf/libpixbufloader-pnm.la"))
putenv ("GDK_PIXBUF_MODULE_FILE=../gdk-pixbuf/gdk-pixbuf.loaders");
}
-
-
-
-
-
-
-
-