From: Alexander Larsson Date: Tue, 12 May 2009 11:57:52 +0000 (+0200) Subject: Remove not actually used member "cancelled" X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2bbb85633f30da2a7b79b518ca7821cde475cb3a;p=dana%2Fcg-glib.git Remove not actually used member "cancelled" --- diff --git a/gio/goutputstream.c b/gio/goutputstream.c index 3f7155d2..a040a514 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; };