[glib] Remove not actually used member "cancelled"
- From: Alexander Larsson <alexl src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Remove not actually used member "cancelled"
- Date: Tue, 12 May 2009 07:58:58 -0400 (EDT)
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]