Remove not actually used member "cancelled"

This commit is contained in:
Alexander Larsson 2009-05-12 13:57:52 +02:00
parent 0030935d04
commit 2bbb85633f

View 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;
};