[glib] Remove not actually used member "cancelled"



commit 2bbb85633f30da2a7b79b518ca7821cde475cb3a
Author: Alexander Larsson <alexl redhat com>
Date:   Tue May 12 13:57:52 2009 +0200

    Remove not actually used member "cancelled"
---
 gio/goutputstream.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/gio/goutputstream.c b/gio/goutputstream.c
index 3f7155d..a040a51 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;
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]