From 2bbb85633f30da2a7b79b518ca7821cde475cb3a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 12 May 2009 13:57:52 +0200 Subject: [PATCH] Remove not actually used member "cancelled" --- gio/goutputstream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gio/goutputstream.c b/gio/goutputstream.c index 3f7155d27..a040a514a 100644 --- a/gio/goutputstream.c +++ b/gio/goutputstream.c @@ -51,7 +51,6 @@ G_DEFINE_TYPE (GOutputStream, g_output_stream, G_TYPE_OBJECT); struct _GOutputStreamPrivate { guint closed : 1; guint pending : 1; - guint cancelled : 1; GAsyncReadyCallback outstanding_callback; };