mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
Remove not actually used member "cancelled"
This commit is contained in:
parent
0030935d04
commit
2bbb85633f
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user