From f53e8207b5c9873eb60120b17aa18bf69e77c556 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 20 Dec 2001 08:52:01 +0000 Subject: [PATCH] kill 'callback' 2001-12-20 Michael Meeks * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ glib/giounix.c | 1 - 9 files changed, 32 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cbc97b2..2e77eb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-20 Michael Meeks + + * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' + Wed Dec 19 23:09:07 2001 Owen Taylor * glib/gconvert.c (g_iconv_open): SGML doc fix. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cbc97b2..2e77eb0 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2001-12-20 Michael Meeks + + * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' + Wed Dec 19 23:09:07 2001 Owen Taylor * glib/gconvert.c (g_iconv_open): SGML doc fix. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cbc97b2..2e77eb0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2001-12-20 Michael Meeks + + * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' + Wed Dec 19 23:09:07 2001 Owen Taylor * glib/gconvert.c (g_iconv_open): SGML doc fix. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index cbc97b2..2e77eb0 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2001-12-20 Michael Meeks + + * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' + Wed Dec 19 23:09:07 2001 Owen Taylor * glib/gconvert.c (g_iconv_open): SGML doc fix. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index cbc97b2..2e77eb0 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2001-12-20 Michael Meeks + + * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' + Wed Dec 19 23:09:07 2001 Owen Taylor * glib/gconvert.c (g_iconv_open): SGML doc fix. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cbc97b2..2e77eb0 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2001-12-20 Michael Meeks + + * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' + Wed Dec 19 23:09:07 2001 Owen Taylor * glib/gconvert.c (g_iconv_open): SGML doc fix. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cbc97b2..2e77eb0 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2001-12-20 Michael Meeks + + * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' + Wed Dec 19 23:09:07 2001 Owen Taylor * glib/gconvert.c (g_iconv_open): SGML doc fix. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cbc97b2..2e77eb0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2001-12-20 Michael Meeks + + * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' + Wed Dec 19 23:09:07 2001 Owen Taylor * glib/gconvert.c (g_iconv_open): SGML doc fix. diff --git a/glib/giounix.c b/glib/giounix.c index 34ba4e9..bc52112 100644 --- a/glib/giounix.c +++ b/glib/giounix.c @@ -59,7 +59,6 @@ struct _GIOUnixWatch GPollFD pollfd; GIOChannel *channel; GIOCondition condition; - GIOFunc callback; }; -- 2.7.4