Remove not actually used member "cancelled"
authorAlexander Larsson <alexl@redhat.com>
Tue, 12 May 2009 11:57:52 +0000 (13:57 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 12 May 2009 11:58:18 +0000 (13:58 +0200)
gio/goutputstream.c

index 3f7155d..a040a51 100644 (file)
@@ -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;
 };