mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 04:45:48 +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 {
|
struct _GOutputStreamPrivate {
|
||||||
guint closed : 1;
|
guint closed : 1;
|
||||||
guint pending : 1;
|
guint pending : 1;
|
||||||
guint cancelled : 1;
|
|
||||||
GAsyncReadyCallback outstanding_callback;
|
GAsyncReadyCallback outstanding_callback;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user