mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 03:04:05 +02:00
Remove not actually used member "cancelled"
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user